Share via


CHARSETINFO (Windows Embedded CE 6.0)

1/6/2010

This structure contains information about a character set.

Syntax

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

Header wingdi.h
Windows Embedded CE Windows CE 2.11 and later

See Also

Reference

Unicode Structures
TranslateCharsetInfo
FONTSIGNATURE