Classes | Defines | Variables

xap_Win32Module.cpp File Reference

#include <windows.h>
#include "xap_Win32Module.h"
#include "ut_types.h"
#include "ut_string.h"
#include "ut_assert.h"

Classes

class  XAP_Win32ModuleImpl

Defines

#define WIN32_LEAN_AND_MEAN
#define NOUSER
#define NOGDI
#define NOSERVICE

Variables

static const char szErrBadParam [] = "Bad parameter"
static const char szErrNoDllFound [] = "Could not load library"
static const char szErrNoDllLoaded [] = "No library loaded"
static const char szErrAlreadyLoaded [] = "Library already loaded"
static const char szErrCouldNotUnload [] = "Could not unload library"

Define Documentation

#define NOGDI
#define NOSERVICE
#define NOUSER
#define WIN32_LEAN_AND_MEAN

Variable Documentation

const char szErrAlreadyLoaded[] = "Library already loaded" [static]
const char szErrBadParam[] = "Bad parameter" [static]
const char szErrCouldNotUnload[] = "Could not unload library" [static]
const char szErrNoDllFound[] = "Could not load library" [static]
const char szErrNoDllLoaded[] = "No library loaded" [static]