Struttura CHARSETINFO (wingdi.h)

Contiene informazioni su un set di caratteri.

Sintassi

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

Members

ciCharset

Valore del set di caratteri.

ciACP

Identificatore della tabella codici ANSI di Windows. Per un elenco di identificatori, vedere Identificatori della tabella codici.

fs

Struttura FONTSIGNATURA che identifica il sottoinsieme Unicode e la specifica tabella codici/set di caratteri ANSI di Windows. Quando questa struttura viene impostata dalla funzione, verrà impostata una sola tabella codici.

Requisiti

Requisito Valore
Client minimo supportato Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Intestazione wingdi.h (include Windows.h)

Vedi anche

Tabelle codici

FONTSIGNATURA

TranslateCharsetInfo

Strutture unicode e set di caratteri