Jump to content

HM_REPLACE_USING_HELP

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

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

Syntax

param1
USHORT idUsingHelpPanel; /* The identity of the application-defined Using Help
                            window. */

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

Parameters

idUsingHelpPanel (USHORT) - input
The identity of the application-defined Using Help
window.
0: Use the Help Manager Using Help window.
Other: The identity of the application-defined Using 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 that is provided in the Help Manager Using help window. The guidelines that define the current CUA interface recommend the Using help choice be provided in a pull-down menu from the Help choice.

Default Processing

None.