msgs12.hlp (Topic list)
HM_SET_HELP_LIBRARY_NAME (1.2)
Message Group  Function Group  Overview         Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINHELP
 
HM_SET_HELP_LIBRARY_NAME
mp1 = MPFROMP(pszHelpLibraryName); /* pointer to help-library name */
mp2 = 0L;                          /* not used, must be zero       */
 
An application sends an HM_SET_HELP_LIBRARY_NAME message to Help Manager to
identify the help library to search.
 
Parameter           Description
────────────────────────────────────────────────────────────────────────────
 
pszHelpLibraryName  Low and high word of mp1. Points to the string that
                    contains the help-library name used by Help Manager when
                    it searches for the requested help topic.
 
Comments
 
Sending an HM_SET_HELP_LIBRARY_NAME message replaces the current help
library with the library specified.
 
                                      ♦