Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |