Jump to content

HM_TUTORIAL

From EDM2

The Help Manager sends this message to the application window when the user selects the Tutorial choice from a help window.

Syntax

param1
PSZ pszTutorialName; /* Default tutorial name. */

param2
ULONG ulReserved;    /* Reserved value, should be 0. */

Parameters

pszTutorialName (PSZ) - input
Default tutorial name.
This points to a string that contains the name of the default tutorial program specified in the Help Manager initialization structure. A tutorial name specified in the help window definition overrides this default tutorial program.
ulReserved (ULONG) - input
Reserved value, should be 0.

Returns

ulReserved (ULONG) - return
Reserved value, should be 0.

Remarks

The application then calls its own tutorial program.

Default Processing

None.