ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | INITGUID |
Functions | |
VOID | DllInitServer (VOID) |
STDAPI | DllRegisterServer (VOID) |
STDAPI | DllUnregisterServer (VOID) |
STDAPI | DllCanUnloadNow (VOID) |
STDAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
Variables | |
LONG | LockCount |
LONG | ObjectCount |
Definition at line 49 of file comsup.c.
LONG LockCount |
Definition at line 6 of file comsup.c.
Referenced by CsrDereferenceProcess(), CsrLockedDereferenceProcess(), CsrLockedDereferenceThread(), DllCanUnloadNow(), DllInitServer(), and test_pack_RTL_CRITICAL_SECTION().
LONG ObjectCount |
Definition at line 7 of file comsup.c.
Referenced by DllCanUnloadNow(), DllInitServer(), NtWaitForMultipleObjects(), NtWaitForMultipleObjects32(), and ReadBytes().