Mobile API Reference  MicroStrategy 2019
PDCtchar.h File Reference
#include "ProtectedSource/Prolog.h"
#include "PDCrpc.h"
#include "PDCwtypes.h"
#include "PDCwchar.h"
#include "PDCstdio.h"
#include "PDCassert.h"
#include "ProtectedSource/Epilog.h"

Go to the source code of this file.

Macros

#define __TCHAR_H__
 
#define __T(x)   L ## x
 
#define _itot   _itow
 
#define _ui64tot   _ui64tow
 
#define _tcscmp   wcscmp
 
#define _T(x)   __T(x)
 
#define _TEXT(x)   __T(x)
 
#define __TEXT(quote)   L##quote
 
#define TEXT(quote)   __TEXT(quote)
 

Typedefs

typedef wchar_t _TCHAR
 

Functions

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)
 

Macro Definition Documentation

◆ __T

#define __T (   x)    L ## x

◆ __TCHAR_H__

#define __TCHAR_H__

◆ __TEXT

#define __TEXT (   quote)    L##quote

◆ _itot

#define _itot   _itow

◆ _T

#define _T (   x)    __T(x)

◆ _tcscmp

#define _tcscmp   wcscmp

◆ _TEXT

#define _TEXT (   x)    __T(x)

◆ _ui64tot

#define _ui64tot   _ui64tow

◆ TEXT

#define TEXT (   quote)    __TEXT(quote)

Typedef Documentation

◆ _TCHAR

typedef wchar_t _TCHAR

Function Documentation

◆ _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