library of assembled shared sources

http://lass.cocamware.com

lass::dll Namespace Reference


Typedefs

typedef std::vector< TDllMainTDllMains
typedef BOOL(* TDllMain )(HINSTANCE, DWORD, LPVOID)

Functions

void registerDllMain (TDllMain dllMain)
const HINSTANCE getLassInstance ()

Variables

static TDllMainsdllMains = 0
static HINSTANCE lassInstance = 0

Typedef Documentation

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.


Function Documentation

void lass::dll::registerDllMain ( TDllMain  dllMain  ) 

Definition at line 59 of file dll_main.cpp.

References dllMains.

const HINSTANCE lass::dll::getLassInstance (  ) 

Definition at line 68 of file dll_main.cpp.

References lassInstance.

Referenced by lass::util::impl::CrashDumpImpl::loadLibrary().


Variable Documentation

Definition at line 56 of file dll_main.cpp.

Referenced by DllMain(), and registerDllMain().

HINSTANCE lass::dll::lassInstance = 0 [static]

Definition at line 57 of file dll_main.cpp.

Referenced by DllMain(), and getLassInstance().


Generated on Mon Nov 10 14:22:09 2008 for Library of Assembled Shared Sources by doxygen 1.5.7.1
SourceForge.net Logo