Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Remarks
- This command provides the same functionality as HH_DISPLAY_TOPIC.
Related topics