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

HH_DISPLAY_INDEX Command


Microsoft Corporation

Updated June 10, 1999

Selects the Index tab in the Navigation pane of the Microsoft® HTML Help Viewer and searches for the keyword specified in the dwData parameter.


pszFile dwData
Specifies a compiled help (.chm) file, or a specific topic within a compiled help file. Specifies the keyword to select in the index (.hhk) file.

Example

HtmlHelp(
         hwnd,
         "cat.chm",
         HH_DISPLAY_INDEX,
         (DWORD)"meow") ;

Return Value

The handle (hwnd) of the help window.

See Also

HH_DISPLAY_TOC
HH_DISPLAY_SEARCH


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.