Jump to content

HM_CREATE_HELP_TABLE

From EDM2
Revision as of 03:53, 28 April 2025 by Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:HM_CREATE_HELP_TABLE}} This message is sent by the application to give the Help Manager a new help table. ==Syntax== <pre> param1 PHELPTABLE pHELPTABLE; Help table.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==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)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.