◄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 ♦