HM_LOAD_HELP_TABLE
Appearance
The application sends this message to give the Help Manager the module handle that contains the help table, the help subtable, and the identity of the help table.
Syntax
param1 USHORT idHelpTable; /* Identity of the help table. */ USHORT fsidentityflag; /* Help table identity indicator. */ param2 HMODULE MODULE; /* Resource identity. */
Parameters
- idHelpTable (USHORT) - input
- Identity of the help table.
- fsidentityflag (USHORT) - input
- Help table identity indicator.
- 0xFFFF: Reserved value.
- MODULE (HMODULE) - input
- Resource identity.
- Handle of the module that contains the help table and help subtable.
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.