CHUNKSTATE Enumerated Type

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.

Enumerated Type Information

Header filter.h
Minimum operating systems Windows NT 4.0 with the Windows NT 4.0 Option Pack, Windows 2000

See Also

IFilter::GetText, IFilter::GetChunk, STAT_CHUNK