Go to the source code of this file.
|
wchar_t * | _itow (Int32 value, wchar_t *string, Int32 radix) |
|
wchar_t * | _ltow (long iVal, wchar_t *iStr, int iRadix) |
|
long | _wtol (const wchar_t *string) |
|
◆ __T
◆ __TCHAR_H__
◆ __TEXT
#define __TEXT |
( |
|
quote | ) |
L##quote |
◆ _itot
◆ _T
◆ _tcscmp
◆ _TEXT
#define _TEXT |
( |
|
x | ) |
__T(x) |
◆ _ui64tot
#define _ui64tot _ui64tow |
◆ TEXT
#define TEXT |
( |
|
quote | ) |
__TEXT(quote) |
◆ _TCHAR
◆ _itow()
wchar_t* _itow |
( |
Int32 |
value, |
|
|
wchar_t * |
string, |
|
|
Int32 |
radix |
|
) |
| |
|
inline |
◆ _ltow()
wchar_t* _ltow |
( |
long |
iVal, |
|
|
wchar_t * |
iStr, |
|
|
int |
iRadix |
|
) |
| |
|
inline |
◆ _wtol()
long _wtol |
( |
const wchar_t * |
string | ) |
|
|
inline |