CHUNKSTATE enumeration (filter.h)
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.
Specifies whether the current chunk is a text-type property or a value-type property.
Syntax
typedef enum tagCHUNKSTATE {
CHUNK_TEXT,
CHUNK_VALUE,
CHUNK_FILTER_OWNED_VALUE
} CHUNKSTATE;
Constants
Name | Description |
---|---|
CHUNK_TEXT | The current chunk is a text-type property. |
CHUNK_VALUE | The current chunk is a value-type property. |
CHUNK_FILTER_OWNED_VALUE | Reserved. |
Requirements
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | filter.h |