CHARSETINFO (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.