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 |
Definition at line 131 of file BON/Common/ComponentDll.cpp.
#define DIM | ( | x | ) | (sizeof(x)/sizeof((x)[0])) |
Definition at line 192 of file BON/Common/ComponentDll.cpp.
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.
const TCHAR* g_COMPONENT_NAME |
bool const g_REGISTER_SYSTEMWIDE |
Definition at line 68 of file BON/Common/ComponentDll.cpp.