Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Contains the Unicode range supported by a particular font.
Syntax
typedef struct tagUNICODERANGE{ WCHAR wcFrom; WCHAR wcTo; } UNICODERANGE;
Members
- wcFrom
- Wide character value that contains the lowest Unicode value in the range.
- wcTo
- Wide character value that contains the highest Unicode value in the range.
Structure Information
Windows NT Use version 4.0 and later. Implemented as ANSI and Unicode structures. Windows Use Windows 95 and later. Implemented as ANSI and Unicode structures. Header Mlang.h Minimum availability Internet Explorer 5
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.