HM SET HELP WINDOW TITLE: Difference between revisions
Appearance
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...." |
(No difference)
|
Latest revision as of 04:11, 28 April 2025
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.