Jump to content

HM_INFORM

From EDM2
Revision as of 04:00, 28 April 2025 by Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:HM_INFORM}} This message is used by the Help Manager to notify the application when the user selects a hypertext field that was specified with the reftype=inform attribute of the :link: tag. ==Syntax== <pre> param1 USHORT idnum; Window identity.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;idnum (USHORT) - input: Window identity. ::The identity that is associated with the hypertext field. ;ulReserved (...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This message is used by the Help Manager to notify the application when the user selects a hypertext field that was specified with the reftype=inform attribute of the :link: tag.

Syntax

param1
USHORT idnum;     /* Window identity. */

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

Parameters

idnum (USHORT) - input
Window identity.
The identity that is associated with the hypertext field.
ulReserved (ULONG) - input
Reserved value, should be 0.

Returns

ulReserved (ULONG) - return
Reserved value, should be 0.
0: Reserved value, zero.