WCHAR
Gilt für: Windows | Windows Server
WCHAR
Der WCHAR-Datentyp enthält ein 16-Bit-Unicode-Zeichen.
#if !defined(_NATIVE_WCHAR_T_DEFINED)
typedef unsigned short WCHAR;
#else
typedef wchar_t WCHAR;
#endif
Datentypen
WCHAR
Ein 16-Bit-Unicode-Zeichen.
Requirements (Anforderungen)
| Anforderung | Wert |
|---|---|
Client |
Erfordert Windows Vista, Windows XP oder Windows 2000 Professional. |
Server |
Erfordert Windows Server 2008, Windows Server 2003 oder Windows 2000 Server. |
Header |
Wird in Esent.h deklariert. |