DBCONTENT
Note
Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.
The DBCONTENT structure represents specific information required by the DBOP_content operator.
typedef struct tagDBCONTENT {
LPWSTR pwszPhrase; // text
DWORD dwGenerateMethod; // exact, prefix, stemmed
LONG lWeight; // weight of node
LCID lcid; // locale
} DBCONTENT;
Remarks
For valid values of the dwGenerateMethod member, see Generate Method Constants.
For more information on the DBOP_content operator, see Content Search Operators.