HM_REPLACE_USING_HELP
Appearance
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.