CHUNKSTATE enumeration
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
-
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] |
|
Redistributable |
the Windows NT 4.0 Option Pack |
|
Header |
|
See also
- Reference
- GetText
- GetChunk
- STAT_CHUNK
- Conceptual
- The Indexing Process
Show: