HM_CREATE_HELP_TABLE
Appearance
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
- 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.