WCHAR

Se aplica a: Windows | Windows Server

WCHAR

El tipo de datos WCHAR contiene un carácter Unicode de 16 bits.

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

Tipo de datos

WCHAR

Carácter Unicode de 16 bits.

Requisitos

Requisito Value

Cliente

Requiere Windows Vista, Windows XP o Windows 2000 Professional.

Servidor

Requiere Windows Server 2008, Windows Server 2003 o Windows 2000 Server.

Encabezado

Declarado en Esent.h.