Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Developing an Application > Microsoft C Run-time Library for Windows CE > Generic Text Mappings
The following data-type mappings are defined in Tchar.h.
Generic-Text Data Type Name | _UNICODE Defined |
---|---|
_TCHAR | wchar_t |
_TINT | wint_t |
_TSCHAR | wchar_t |
_TUCHAR | wchar_t |
_TXCHAR | wchar_t |
_T or _TEXT | L (converts following character or string to its Unicode counterpart) |
Send Feedback on this topic to the authors