Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
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.
Syntax
typedef struct tagDBTEXT {
LPOLESTR pwszText;
ULONG ulErrorLocator;
ULONG ulTokenLength;
GUID guidDialect;
} DBTEXT;
Members
pwszText
ulErrorLocator
set by validation routines
ulTokenLength
length of offending token
guidDialect
lGUID of the language and dialect
Remarks
For additional information about the guidDialect parameter, see the description of DBOP_text_command in Special Operators.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | cmdtree.h |