WCRANGE structure
The WCRANGE structure specifies a range of Unicode characters.
Syntax
typedef struct tagWCRANGE { WCHAR wcLow; USHORT cGlyphs; } WCRANGE, *PWCRANGE;
Members
- wcLow
-
Low Unicode code point in the range of supported Unicode code points.
- cGlyphs
-
Number of supported Unicode code points in this range.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Show: