Share via


CHARSETINFO

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Unicode Structures
TranslateCharsetInfo
FONTSIGNATURE