#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 NOGDI |
#define NOSERVICE |
#define NOUSER |
#define WIN32_LEAN_AND_MEAN |
const char szErrAlreadyLoaded[] = "Library already loaded" [static] |
Referenced by XAP_Win32ModuleImpl::load().
const char szErrBadParam[] = "Bad parameter" [static] |
const char szErrCouldNotUnload[] = "Could not unload library" [static] |
Referenced by XAP_Win32ModuleImpl::unload().
const char szErrNoDllFound[] = "Could not load library" [static] |
Referenced by XAP_Win32ModuleImpl::load().
const char szErrNoDllLoaded[] = "No library loaded" [static] |
Referenced by XAP_Win32ModuleImpl::getModuleName(), and XAP_Win32ModuleImpl::unload().