Jump to content

HM_DISMISS_WINDOW

From EDM2
Revision as of 03:53, 28 April 2025 by Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:HM_DISMISS_WINDOW}} This message tells the Help Manager to remove the active help window. ==Syntax== <pre> param1 ULONG ulReserved; Reserved value, should be 0.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==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 success...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.