Partager via


WCHAR

S’applique à : Windows | Windows Server

WCHAR

Le type de données WCHAR contient un caractère Unicode 16 bits.

    #if !defined(_NATIVE_WCHAR_T_DEFINED)
    typedef unsigned short WCHAR;
    #else
    typedef wchar_t WCHAR;
    #endif

Types de données

WCHAR

Caractère Unicode 16 bits.

Configuration requise

Condition requise Valeur

Client

Nécessite Windows Vista, Windows XP ou Windows 2000 Professionnel.

Serveur

Nécessite Windows Server 2008, Windows Server 2003 ou Windows 2000 Server.

En-tête

Déclaré dans Esent.h.