Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |