ReactOS 0.4.16-dev-597-gdbf7844
|
Go to the source code of this file.
Functions | |
DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImpLoad) | |
STDAPI | DllRegisterServer (void) |
STDAPI | DllUnregisterServer (void) |
STDAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
STDAPI | DllCanUnloadNow (void) |
Variables | |
HINSTANCE | g_hInstance |
CComModule | g_Module |
Definition at line 57 of file ntobjshex.cpp.
Definition at line 51 of file ntobjshex.cpp.
Definition at line 21 of file ntobjshex.cpp.
Definition at line 39 of file ntobjshex.cpp.
Definition at line 45 of file ntobjshex.cpp.
HINSTANCE g_hInstance |
Definition at line 17 of file ntobjshex.cpp.
Referenced by DllMain().
CComModule g_Module |
Definition at line 18 of file ntobjshex.cpp.
Referenced by DllCanUnloadNow(), DllGetClassObject(), DllMain(), DllRegisterServer(), and DllUnregisterServer().