library of assembled shared sources |
http://lass.cocamware.com |
Typedefs | |
typedef std::vector< TDllMain > | TDllMains |
typedef BOOL(* | TDllMain )(HINSTANCE, DWORD, LPVOID) |
Functions | |
void | registerDllMain (TDllMain dllMain) |
const HINSTANCE | getLassInstance () |
Variables | |
static TDllMains * | dllMains = 0 |
static HINSTANCE | lassInstance = 0 |
typedef std::vector<TDllMain> lass::dll::TDllMains |
Definition at line 54 of file dll_main.cpp.
typedef BOOL(* lass::dll::TDllMain)(HINSTANCE, DWORD, LPVOID) |
Definition at line 55 of file dll_main.h.
void lass::dll::registerDllMain | ( | TDllMain | dllMain | ) |
const HINSTANCE lass::dll::getLassInstance | ( | ) |
Definition at line 68 of file dll_main.cpp.
References lassInstance.
Referenced by lass::util::impl::CrashDumpImpl::loadLibrary().
TDllMains* lass::dll::dllMains = 0 [static] |
HINSTANCE lass::dll::lassInstance = 0 [static] |
Generated on Mon Nov 10 14:22:09 2008 for Library of Assembled Shared Sources by 1.5.7.1 |