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 = 0x1,
  CHUNK_VALUE = 0x2,
  CHUNK_FILTER_OWNED_VALUE = 0x4
} CHUNKSTATE;

Constants

 
CHUNK_TEXT
Value: 0x1
The current chunk is a text-type property.
CHUNK_VALUE
Value: 0x2
The current chunk is a value-type property.
CHUNK_FILTER_OWNED_VALUE
Value: 0x4
Reserved.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header filter.h

See also

IFilter::GetChunk

IFilter::GetText

STAT_CHUNK