Jump to content

HM_CREATE_HELP_TABLE

From EDM2

This message is sent by the application to give the Help Manager a new help table.

Syntax

param1
PHELPTABLE pHELPTABLE; /* Help table. */

param2
ULONG ulReserved;    /* Reserved value, should be 0. */

Parameters

pHELPTABLE (PHELPTABLE) - input
Help table.
This points to a help table structure; see HELPTABLE.
ulReserved (ULONG) - input
Reserved value, should be 0.

Returns

rc (ULONG) - return
Return code.
0: The procedure was successfully completed.
Other: See the values of the ulErrorCode parameter of the HM_ERROR message.

Default Processing

None.