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_TUTORIAL (1.2)
Message Group  Function Group  Overview         Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINHELP
 
HM_TUTORIAL
pszTutorialName = (PSZ) PVOIDFROMMP(mp1); /* pointer to tutorial */
 
The HM_TUTORIAL message is sent to a window when the user chooses the
Tutorial command in the help window menu. The application can then invoke
its own tutorial program.
 
Parameter        Description
────────────────────────────────────────────────────────────────────────────
 
pszTutorialName  Low and high word of mp1. Points to the null-terminated
                 tutorial name.
 
Return Value
 
An application should return zero if it processes this message.
 
Comments
 
An application sets the name of the tutorial by setting the pszTutorialName
field in the HELPINIT structure used when the help instance is created by
using the WinCreateHelpInstance function. If a tutorial name is specified,
the help window adds the Tutorial command to its Help menu.
 
See Also
 
WinCreateHelpInstance, HELPINIT