WCRANGE 結構 (wingdi.h)
WCRANGE 結構會指定 Unicode 字元的範圍。
語法
typedef struct tagWCRANGE {
WCHAR wcLow;
USHORT cGlyphs;
} WCRANGE, *PWCRANGE, *LPWCRANGE;
成員
wcLow
支援 Unicode 字碼指標範圍內的低 Unicode 字碼指標。
cGlyphs
此範圍中支援的 Unicode 字碼點數目。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限桌面應用程式] |
標頭 | wingdi.h (包含 Windows.h) |