ReactOS 0.4.16-dev-457-g087979e
|
#include "precomp.h"
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 56 of file stobject.cpp.
Definition at line 50 of file stobject.cpp.
Definition at line 20 of file stobject.cpp.
Definition at line 38 of file stobject.cpp.
Definition at line 44 of file stobject.cpp.
HINSTANCE g_hInstance |
Definition at line 16 of file stobject.cpp.
Referenced by DllMain().
CComModule g_Module |
Definition at line 17 of file stobject.cpp.
Referenced by DllCanUnloadNow(), DllGetClassObject(), DllMain(), DllRegisterServer(), and DllUnregisterServer().