Edit

Share via


HH_FTS_QUERY structure (htmlhelp.h)

Use this structure for full-text search.

Syntax

typedef struct tagHH_FTS_QUERY {
  int     cbStruct;
  BOOL    fUniCodeStrings;
  LPCTSTR pszSearchQuery;
  LONG    iProximity;
  BOOL    fStemmedSearch;
  BOOL    fTitleOnly;
  BOOL    fExecute;
  LPCTSTR pszWindow;
} HH_FTS_QUERY;

Members

cbStruct

Specifies the size of the structure.

fUniCodeStrings

TRUE if all strings are Unicode.

pszSearchQuery

String containing the search query.

iProximity

Word proximity.

fStemmedSearch

TRUE for StemmedSearch only.

fTitleOnly

TRUE for Title search only.

fExecute

TRUE to initiate the search.

pszWindow

Window to display in.

Requirements

Requirement Value
Header htmlhelp.h

See also

About Structures