Microsoft Corporation
Updated June 10, 1999
Selects the Contents tab in the Navigation pane of the Microsoft® HTML Help Viewer.
| pszFile | dwData |
|---|---|
| Specifies a compiled help (.chm) file, or a specific topic within a compiled help file. | Specifies NULL or a pointer to a topic within a compiled help file. |
HtmlHelp(
GetDesktopWindow(),
"c:\\MyHelpFile.chm::/intro.asp",
HH_DISPLAY_TOC,
NULL) ;
The handle (hwnd) of the help window.
HH_DISPLAY_INDEX
HH_DISPLAY_SEARCH
HH_DISPLAY_TOPIC
| About commands | |