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