The FilterCode..::..IFilter type exposes the following members.
Methods
Name | Description | |
---|---|---|
BindRegion |
The IFilter::BindRegion method retrieves an interface representing
the specified portion of the object.
Currently reserved for future use.
| |
GetChunk |
The IFilter::GetChunk method positions the filter at the beginning
of the next chunk,
or at the first chunk if this is the first call to the GetChunk
method, and returns a description of the current chunk.
| |
GetText |
The IFilter::GetText method retrieves text (text-type properties)
from the current chunk,
which must have a CHUNKSTATE enumeration value of CHUNK_TEXT.
| |
GetValue |
The IFilter::GetValue method retrieves a value (public
value-type property) from a chunk,
which must have a CHUNKSTATE enumeration value of CHUNK_VALUE.
| |
Init |
The IFilter::Init method initializes a filtering session.
|