ComponentDll.cpp File Reference

Go to the source code of this file.

Defines

#define COMRETURN(hr)   { HRESULT res; if((res = (hr)) != S_OK) return res; }
#define DIM(x)   (sizeof(x)/sizeof((x)[0]))

Functions

STDAPI DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv)
STDAPI DllCanUnloadNow (void)
STDAPI DllRegisterServer (void)
STDAPI DllUnregisterServer (void)
STDAPI DllInstall (BOOL bInstall, LPCWSTR cmdl)

Variables

bool const g_REGISTER_SYSTEMWIDE
const TCHAR * g_COMPONENT_NAME
CComponentApp theApp

Define Documentation

#define COMRETURN ( hr   )     { HRESULT res; if((res = (hr)) != S_OK) return res; }

Definition at line 131 of file BON/Common/ComponentDll.cpp.

#define DIM (  )     (sizeof(x)/sizeof((x)[0]))

Definition at line 192 of file BON/Common/ComponentDll.cpp.


Function Documentation

STDAPI DllCanUnloadNow ( void   ) 

Definition at line 124 of file BON/Common/ComponentDll.cpp.

STDAPI DllGetClassObject ( REFCLSID  rclsid,
REFIID  riid,
LPVOID *  ppv 
)

Definition at line 118 of file BON/Common/ComponentDll.cpp.

STDAPI DllInstall ( BOOL  bInstall,
LPCWSTR  cmdl 
)

Definition at line 194 of file BON/Common/ComponentDll.cpp.

STDAPI DllRegisterServer ( void   ) 

Definition at line 137 of file BON/Common/ComponentDll.cpp.

STDAPI DllUnregisterServer ( void   ) 

Definition at line 172 of file BON/Common/ComponentDll.cpp.


Variable Documentation

const TCHAR* g_COMPONENT_NAME

Definition at line 68 of file BON/Common/ComponentDll.cpp.

Generated on Thu May 30 15:42:55 2013 for GME by  doxygen 1.6.3