ReactOS 0.4.16-dev-336-gb667d82
|
Go to the source code of this file.
Functions | |
ULONG | CountHandlers (VOID) |
VOID WINAPI | notify_TlsCallback (IN HINSTANCE hDllHandle, IN DWORD dwReason, IN LPVOID lpvReserved) |
BOOL WINAPI | notify_DllMain (IN HINSTANCE hDllHandle, IN DWORD dwReason, IN LPVOID lpvReserved) |
static void | execute_test (void) |
BOOL | extract_resource (const WCHAR *Filename, LPCWSTR ResourceName) |
START_TEST (load_notifications) | |
Variables | |
WCHAR | dllpath [MAX_PATH] |
LONG | g_TlsCalled = 0 |
LONG | g_DllMainCalled = 0 |
LONG | g_TlsExcept = 0xffffff |
LONG | g_DllMainExcept = 0xffffff |
ULONG | g_BaseHandlers = 0 |
DWORD | g_dwWinVer = 0 |
int | g_TLS_ATTACH = 4 |
int | g_TLS_DETACH = 3 |
int | g_DLL_ATTACH = 3 |
int | g_DLL_DETACH = 2 |
Definition at line 24 of file load_notifications.c.
Referenced by execute_test(), notify_DllMain(), and notify_TlsCallback().
Definition at line 88 of file load_notifications.c.
Referenced by START_TEST().
Definition at line 239 of file load_notifications.c.
Referenced by START_TEST().
Definition at line 66 of file load_notifications.c.
VOID WINAPI notify_TlsCallback | ( | IN HINSTANCE | hDllHandle, |
IN DWORD | dwReason, | ||
IN LPVOID | lpvReserved | ||
) |
Definition at line 43 of file load_notifications.c.
START_TEST | ( | load_notifications | ) |
Definition at line 277 of file load_notifications.c.
Definition at line 12 of file load_notifications.c.
Referenced by apartment_getclassobject(), apartment_hostobject(), execute_test(), get_inproc_class_object(), Handler_DllGetClassObject(), load_hook_dll(), register_clsid(), START_TEST(), test(), test_InstallAssembly(), and test_loadlibraryshim().
ULONG g_BaseHandlers = 0 |
Definition at line 20 of file load_notifications.c.
Referenced by execute_test(), notify_DllMain(), and notify_TlsCallback().
int g_DLL_ATTACH = 3 |
Definition at line 63 of file load_notifications.c.
Referenced by notify_DllMain(), and START_TEST().
int g_DLL_DETACH = 2 |
Definition at line 64 of file load_notifications.c.
Referenced by notify_DllMain(), and START_TEST().
LONG g_DllMainCalled = 0 |
Definition at line 15 of file load_notifications.c.
Referenced by execute_test(), and notify_DllMain().
LONG g_DllMainExcept = 0xffffff |
Definition at line 18 of file load_notifications.c.
Referenced by execute_test(), and notify_DllMain().
DWORD g_dwWinVer = 0 |
Definition at line 22 of file load_notifications.c.
Referenced by execute_test(), and START_TEST().
int g_TLS_ATTACH = 4 |
Definition at line 40 of file load_notifications.c.
Referenced by notify_TlsCallback(), and START_TEST().
int g_TLS_DETACH = 3 |
Definition at line 41 of file load_notifications.c.
Referenced by notify_TlsCallback(), and START_TEST().
LONG g_TlsCalled = 0 |
Definition at line 14 of file load_notifications.c.
Referenced by execute_test(), and notify_TlsCallback().
LONG g_TlsExcept = 0xffffff |
Definition at line 17 of file load_notifications.c.
Referenced by execute_test(), and notify_TlsCallback().