CHARACTER_RANGE structure (rectypes.h)

Specifies a range of Unicode points (characters).

Syntax

typedef struct tagCHARACTER_RANGE {
  WCHAR  wcLow;
  USHORT cChars;
} CHARACTER_RANGE, *PCHARACTER_RANGE;

Members

wcLow

The low Unicode code point in the range of supported Unicode points.

cChars

The number of supported Unicode points in this range.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Header rectypes.h

See also

GetEnabledUnicodeRanges Function

GetUnicodeRanges Function

SetEnabledUnicodeRanges Function