CHARACTER_RANGE structure
Specifies a range of Unicode points (characters).
Syntax
typedef struct tagCHARACTER_RANGE { WCHAR wcLow; USHORT cChars; } CHARACTER_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
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
See also
Show: