Click to return to the HTML Help home page    
HH_DISPLAY_TEXT_POPUP     HH_DISPLAY_TOPIC     HTML Help API Reference    
Web Workshop  |  DHTML, HTML & CSS  |  HTML Help

HH_DISPLAY_TOC Command


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.

Example

HtmlHelp(
         GetDesktopWindow(),
         "c:\\MyHelpFile.chm::/intro.asp",
         HH_DISPLAY_TOC,
         NULL) ;

Return Value

The handle (hwnd) of the help window.

Comments

See Also

HH_DISPLAY_INDEX
HH_DISPLAY_SEARCH
HH_DISPLAY_TOPIC


link to overview topic About commands
 


Back to topBack to top

Did you find this material useful? Gripes? Compliments? Suggestions for other articles? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.