Microsoft Corporation
Updated June 10, 1999
Selects the Search 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 a pointer to an HH_FTS_QUERY structure. |
HH_FTS_QUERY q ;
HtmlHelp(
hwnd,
"cat.chm",
HH_DISPLAY_SEARCH,
(DWORD)&q) ;
The handle (hwnd) of the help window.
HH_DISPLAY_INDEX
HH_DISPLAY_TOC
About commands | |