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; param2 ULONG ulReserved;
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.