Platform SDK: International Features

CHARSETINFO

The CHARSETINFO structure contains information about a character set.

typedef struct {
    UINT ciCharset;
    UINT ciACP;
    FONTSIGNATURE fs;
} CHARSETINFO, *PCHARSETINFO;

Members

ciCharset
Character set value.
ciACP
ANSI code-page identifier.
fs
A FONTSIGNATURE structure that identifies the Unicode and code page–font signature values. Only one code page will be set when this structure is set by the function.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Wingdi.h; include Windows.h.

See Also

Unicode and Character Sets Overview, Unicode and Character Set Structures, FONTSIGNATURE, TranslateCharsetInfo