FILTERREGION

The FILTERREGION structure describes the position and extent of a specified portion of text within an object. This structure is used by IFilter::BindRegion.

typedef struct tagFILTERREGION
{
    ULONG idChunk;
    ULONG cwcStart;
    ULONG cwcExtent;
} FILTERREGION;
 

Elements

idChunk
Chunk identifier.
cwcStart
Beginning of the region, specified as an offset from the beginning of the chunk.
cwcExtent
Extent of the region specified as a number of Unicode characters.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in filter.h.

See Also

IFilter::BindRegion