HM_SET_SHOW_PANEL_ID
Appearance
This message tells the Help Manager to display, hide, or toggle the window identity for each help window displayed.
Syntax
param1 USHORT fsShowPanelId; /* The show window identity indicator. */ param2 ULONG ulReserved; /* Reserved value, should be 0. */
Parameters
- fsShowPanelId (USHORT) - input
- The show window identity indicator.
- CMIC_HIDE_PANEL_ID: Sets the show option off and the window identity is not
- displayed.
- CMIC_SHOW_PANEL_ID: Sets the show option on and the window identity is
- displayed.
- CMIC_TOGGLE_PANEL_ID: Toggles the display of the window identity.
- CMIC_HIDE_PANEL_ID: Sets the show option off and the window identity is not
- ulReserved (ULONG) - input
- Reserved value, should be 0.
Returns
- rc (ULONG) - return
- Return code.
- 0: The show window identity indicator was successfully changed.
- Other: See the values of the ulErrorCode parameter of the HM_ERROR message.
Default Processing
None.