CHARACTER_RANGE Structure
CHARACTER_RANGE Structure |
Specifies a range of Unicode points (characters).
Declaration
[C++]
typedef struct tagCHARACTER_RANGE
{
WCHAR wcLow;
USHORT cChars;
} CHARACTER_RANGE;
Members
Name | Description |
---|---|
wcLow | Specifies the low Unicode code point in the range of supported Unicode points. |
cChars | Specifies the number of supported Unicode points in this range. |