DBTEXT
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 DBTEXT structure is used by the DBOP_text_command node. It stores the dialect to use to interpret the string stored in the pwszText member. The error locator is filled in by the provider, that is, the first offending token is indicated as the index into the text array, together with its length.
typedef struct tagDBTEXT {
LPWSTR pwszText;
ULONG ulErrorLocator; // set by validation routines
ULONG ulTokenLength; // length of offending token
GUID guidDialect; // GUID of the language and dialect
} DBTEXT;
Remarks
For additional information about the guidDialect parameter, see the description of DBOP_text_command in Special Operators.