描述
WCRANGE结构指定一系列Unicode字符。
C++ 语法
typedef struct tagWCRANGE { WCHAR wcLow; USHORT cGlyphs; } WCRANGE, *PWCRANGE; |
PowerBASIC 语法
TYPE WCRANGE wcLow AS WORD cGlyphs AS WORD END TYPE |
成员
wcLow
低Unicode代码点在受支持的Unicode代码点范围内。
cGlyphs
此范围内支持的Unicode代码点数。
引用文件 #INCLUDE Once
WinGdi.inc(包括Windows.inc)