RECO_RANGE Structure

RECO_RANGE Structure

Identifies a range of characters in the result string.

Declaration

[C++]

typedef struct tagRECO_RANGE
{
  ULONG iwcBegin;
  ULONG cCount;
} RECO_RANGE;

Members

Name Description
iwcBegin Zero-based index in the string of the current alternate that marks the beginning of the segment.
cCount Count of characters in the range.