Condividi tramite


CHARACTER_RANGE struttura (rectypes.h)

Specifica un intervallo di punti Unicode (caratteri).

Sintassi

typedef struct tagCHARACTER_RANGE {
  WCHAR  wcLow;
  USHORT cChars;
} CHARACTER_RANGE, *PCHARACTER_RANGE;

Members

wcLow

Punto di codice Unicode basso nell'intervallo di punti Unicode supportati.

cChars

Numero di punti Unicode supportati in questo intervallo.

Requisiti

   
Client minimo supportato Windows XP Tablet PC Edition [solo app desktop]
Server minimo supportato Nessuno supportato
Intestazione rectypes.h

Vedi anche

Funzione GetEnabledUnicodeRanges

Funzione GetUnicodeRanges

Funzione SetEnabledUnicodeRanges