HM_SET_HELP_WINDOW_TITLE
Appearance
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.