Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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,
CHUNK_IMAGE = 0x8
} CHUNKSTATE;
Constants
CHUNK_TEXTValue: 0x1 The current chunk is a text-type property. |
CHUNK_VALUEValue: 0x2 The current chunk is a value-type property. |
CHUNK_FILTER_OWNED_VALUEValue: 0x4 Reserved. |
CHUNK_IMAGEValue: 0x8 The current chunk is an image. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | filter.h |