ReactOS 0.4.16-dev-927-g467dec4
|
Go to the source code of this file.
Macros | |
#define | UNICODE |
Typedefs | |
typedef NTSTATUS NTAPI | FN_LdrRegisterDllNotification(_In_ ULONG Flags, _In_ PLDR_DLL_NOTIFICATION_FUNCTION NotificationFunction, _In_opt_ PVOID Context, _Out_ PVOID *Cookie) |
typedef NTSTATUS NTAPI | FN_LdrUnregisterDllNotification(_In_ PVOID Cookie) |
Functions | |
static BOOL | ExtractResource (_In_z_ PCWSTR SavePath, _In_ PCWSTR ResourceType, _In_ PCWSTR ResourceName) |
static VOID NTAPI | DllLoadCallback (_In_ ULONG NotificationReason, _In_ PCLDR_DLL_NOTIFICATION_DATA NotificationData, _In_opt_ PVOID Context) |
START_TEST (DllLoadNotification) | |
Variables | |
static WCHAR | g_szDllPath [MAX_PATH] |
static UNICODE_STRING | g_usDllPath |
static UNICODE_STRING | g_usDllName |
static volatile LONG | g_lDllLoadCount = 0 |
Definition at line 8 of file DllLoadNotification.c.
typedef NTSTATUS NTAPI FN_LdrRegisterDllNotification(_In_ ULONG Flags, _In_ PLDR_DLL_NOTIFICATION_FUNCTION NotificationFunction, _In_opt_ PVOID Context, _Out_ PVOID *Cookie) |
Definition at line 22 of file DllLoadNotification.c.
Definition at line 31 of file DllLoadNotification.c.
|
static |
Definition at line 83 of file DllLoadNotification.c.
Referenced by START_TEST().
|
static |
Definition at line 34 of file DllLoadNotification.c.
Referenced by START_TEST().
START_TEST | ( | DllLoadNotification | ) |
Definition at line 128 of file DllLoadNotification.c.
Definition at line 17 of file DllLoadNotification.c.
Referenced by DllLoadCallback(), and START_TEST().
Definition at line 14 of file DllLoadNotification.c.
Referenced by START_TEST().
|
static |
Definition at line 16 of file DllLoadNotification.c.
Referenced by DllLoadCallback(), and START_TEST().
|
static |
Definition at line 15 of file DllLoadNotification.c.
Referenced by DllLoadCallback(), and START_TEST().