Jump to content

HM_REPLACE_HELP_FOR_HELP

From EDM2
Revision as of 04:08, 28 April 2025 by Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:HM_REPLACE_HELP_FOR_HELP}} This message tells the Help Manager to display the application-defined Help for Help window instead of the Help Manager Help for Help window. ==Syntax== <pre> param1 USHORT idHelpForHelpPanel; Identity of the application-defined Help for Help window.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;idHelpForHelpPanel (USHORT) - input: Identity of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This message tells the Help Manager to display the application-defined Help for Help window instead of the Help Manager Help for Help window.

Syntax

param1
USHORT idHelpForHelpPanel; /* Identity of the application-defined Help for Help
                             window. */

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

Parameters

idHelpForHelpPanel (USHORT) - input
Identity of the application-defined Help for Help
window.
0: Use the Help Manager Help for Help window.
Other: Identity of the application-defined Help for Help window.
ulReserved (ULONG) - input
Reserved value, should be 0.

Returns

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

Remarks

An application may prefer to provide information that is more specific to itself, rather than the more general help information provided in the Help Manager Help for Help window.

Default Processing

None.