Jump to content

HM TUTORIAL: Difference between revisions

From EDM2
Created page with "{{DISPLAYTITLE:HM_TUTORIAL}} The Help Manager sends this message to the application window when the user selects the Tutorial choice from a help window. ==Syntax== <pre> param1 PSZ pszTutorialName; Default tutorial name.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==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..."
 
(No difference)

Latest revision as of 04:13, 28 April 2025

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.