msgs12.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
HM_REPLACE_HELP_FOR_HELP (1.2)
Message Group  Function Group  Overview         Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINHELP
 
HM_REPLACE_HELP_FOR_HELP
mp1 = MPFROMSHORT(idHelpForHelpPanel);  /* help-panel ID          */
mp2 = 0L;                               /* not used, must be zero */
 
An application sends an HM_REPLACE_HELP_FOR_HELP message to a help window to
replace the general help panel (supplied by the system) with a specified
help panel.
 
Parameter           Description
────────────────────────────────────────────────────────────────────────────
 
idHelpForHelpPanel  Low word of mp1. Specifies a help-panel ID.
 
Return Value
 
The return value is zero.
 
Comments
 
A help window displays the general help panel whenever an application
specifies zero for the help-panel ID in an HM_DISPLAY_HELP message. The
general help panel is initially set by the system when the help instance is
created; applications can replace the system-supplied help at any time.
Applications that modify the help-window menu should also replace the
general help information.
 
See Also
 
HM_DISPLAY_HELP