Partager via


structure CHARACTER_RANGE (rectypes.h)

Spécifie une plage de points Unicode (caractères).

Syntaxe

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

Membres

wcLow

Point de code Unicode faible dans la plage des points Unicode pris en charge.

cChars

Nombre de points Unicode pris en charge dans cette plage.

Spécifications

   
Client minimal pris en charge Windows XP Édition Tablet PC [applications de bureau uniquement]
Serveur minimal pris en charge Aucun pris en charge
En-tête rectypes.h

Voir aussi

GetEnabledUnicodeRanges, fonction

GetUnicodeRanges, fonction

Fonction SetEnabledUnicodeRanges