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

HH_FTS_QUERY Structure


Microsoft Corporation

Updated June 10, 1999

Use this structure for full-text search.

Used by

HH_FTS_QUERY structure 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;

Member Description
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.

link to overview topic About structures
 


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.