reSIProcate/rutil  9694
Namespaces | Functions | Variables
WceCompat.cxx File Reference
#include <windows.h>
#include "WceCompat.hxx"
Include dependency graph for WceCompat.cxx:

Go to the source code of this file.

Namespaces

namespace  resip
 

dcm! -- add UnusedChecking(_enum) below;


Functions

char *__cdecl strerror (int errnum)
wchar_t * resip::ToWString (const char *str)
char * resip::FromWString (const wchar_t *wstr)
void resip::FreeWString (wchar_t *wstr)
void resip::FreeString (char *str)

Variables

int errno = 0
static char * messages []
static const int NUM_MESSAGES = sizeof(messages)/sizeof(messages[0])

Function Documentation

char* __cdecl strerror ( int  errnum)

Variable Documentation

int errno = 0
char* messages[] [static]

Definition at line 7 of file WceCompat.cxx.

Referenced by strerror().

const int NUM_MESSAGES = sizeof(messages)/sizeof(messages[0]) [static]

Definition at line 52 of file WceCompat.cxx.

Referenced by strerror().