Jump to content

HM_SET_HELP_WINDOW_TITLE

From EDM2
Revision as of 04:11, 28 April 2025 by Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:HM_SET_HELP_WINDOW_TITLE}} This message allows the application to change the window text of a help window title. ==Syntax== <pre> param1 PSZ pszHelpWindowTitle; Help window title.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;pszHelpWindowTitle (PSZ) - input: Help window title. :This points to a string containing the new Help Window title. ;ulReserved (ULONG) - input: Reserved value, should be 0....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This message allows the application to change the window text of a help window title.

Syntax

param1
PSZ pszHelpWindowTitle; /* Help window title. */

param2
ULONG ulReserved;      /* Reserved value, should be 0. */

Parameters

pszHelpWindowTitle (PSZ) - input
Help window title.
This points to a string containing the new Help Window title.
ulReserved (ULONG) - input
Reserved value, should be 0.

Returns

rc (ULONG) - return
Return code.
0: The window title was successfully set.
Other: See the values of the ulErrorCode parameter of the HM_ERROR message.

Default Processing

None.