Jump to content

HM_GENERAL_HELP

From EDM2

When the Help Manager receives this message, it displays the general help window for the active application 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 general help window was successfully displayed.
Other: See the values of the ulErrorCode parameter of the HM_ERROR message.

Default Processing

None.