HM_DISMISS_WINDOW
Appearance
This message tells the Help Manager to remove the active help window.
Syntax
param1 ULONG ulReserved; /* Reserved value, should be 0. */ param2 ULONG ulReserved; /* Reserved value, should be 0. */
Parameters
- ulReserved (ULONG) - input
- Reserved value, should be 0.
- ulReserved (ULONG) - input
- Reserved value, should be 0.
Returns
- rc (ULONG) - return
- Return code.
- 0: The help window was successfully removed.
- Other: There was no associated help window.
- See also the values of the ulErrorCode parameter of the HM_ERROR message.
Remarks
If the user requests help from a primary or secondary window and then interacts with the primary or secondary window without leaving help, the currently displayed help window might not be appropriate for the application window. This message gives the application the ability to remove that help window.
Default Processing
None.