CHARSETINFO (Windows CE 5.0)
This structure contains information about a character set.
typedef struct {UINT ciCharset;UNIT ciACP;FONTSIGNATURE fs;} CHARSETINFO;
Members
- ciCharset
Character set value. - ciACP
ANSI code-page identifier. - fs
FONTSIGNATURE structure that identifies the Unicode and code-page font signature values.
Requirements
OS Versions: Windows CE 2.11 and later.
Header: Wingdi.h.
See Also
TranslateCharsetInfo | FONTSIGNATURE
Send Feedback on this topic to the authors