HH_DISPLAY_SEARCH command

HTML Help API

HH_DISPLAY_SEARCH command

Selects the Search tab in the Navigation pane of the HTML Help Viewer, but does not actually perform a search.

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.

Example


HH_FTS_QUERY q ;


HtmlHelp(
hwnd,
"cat.chm",
HH_DISPLAY_SEARCH,
(DWORD)&q;) ;

Return value

The handle (hwnd) of the help window.

See also

HH_DISPLAY_INDEX
HH_DISPLAY_TOC


link to overview topic About commands