CHUNKSTATE

The CHUNKSTATE enumeration specifies whether the current chunk contains text or non-text attribute value.

typedef enum tagCHUNKSTATE
{
    CHUNK_TEXT       = 0x1,
    CHUNK_VALUE      = 0x2
} CHUNKSTATE;
 

Elements

CHUNK_TEXT
The current chunk contains text..
CHUNK_VALUE
The current chunk contains a non-text attribute value.

See Also

IFilter::GetText, IFilter::GetChunk