หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Specifies a range of Unicode points (characters).
Syntax
typedef struct tagCHARACTER_RANGE {
WCHAR wcLow;
USHORT cChars;
} CHARACTER_RANGE, *PCHARACTER_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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
| Minimum supported server | None supported |
| Header | rectypes.h |