HH_DISPLAY_TOC command
Selects the Contents tab in the Navigation pane of the 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. |
Example
HtmlHelp(
GetDesktopWindow(),
"c:\\MyHelpFile.chm::/intro.htm",
HH_DISPLAY_TOC,
NULL) ;
Return value
The handle (hwnd) of the help window.
Comments
- This command provides the same functionality as HH_DISPLAY_TOPIC.
See also
HH_DISPLAY_INDEX
HH_DISPLAY_SEARCH
HH_DISPLAY_TOPIC
About commands | |