ReactOS 0.4.16-dev-334-g4d9f67c
|
Go to the source code of this file.
Classes | |
struct | _TEST_FCB |
Macros | |
#define | NDEBUG |
Typedefs | |
typedef struct _TEST_FCB | TEST_FCB |
typedef struct _TEST_FCB * | PTEST_FCB |
Variables | |
static PFILE_OBJECT | TestFileObject |
static PDEVICE_OBJECT | TestDeviceObject |
static KMT_IRP_HANDLER | TestIrpHandler |
static FAST_IO_DISPATCH | TestFastIoDispatch |
static UNICODE_STRING | InitOnCreate = RTL_CONSTANT_STRING(L"\\InitOnCreate") |
static UNICODE_STRING | InitOnRW = RTL_CONSTANT_STRING(L"\\InitOnRW") |
static UNICODE_STRING | InvalidInit = RTL_CONSTANT_STRING(L"\\InvalidInit") |
static CACHE_MANAGER_CALLBACKS | Callbacks |
#define NDEBUG |
Definition at line 10 of file NtCreateSection_drv.c.
Definition at line 120 of file NtCreateSection_drv.c.
Definition at line 137 of file NtCreateSection_drv.c.
|
static |
Definition at line 66 of file NtCreateSection_drv.c.
Referenced by TestEntry().
|
static |
Definition at line 32 of file NtCreateSection_drv.c.
Referenced by TestEntry().
|
static |
Definition at line 49 of file NtCreateSection_drv.c.
Referenced by TestEntry().
Definition at line 161 of file NtCreateSection_drv.c.
Referenced by TestIrpHandler().
Definition at line 129 of file NtCreateSection_drv.c.
Definition at line 146 of file NtCreateSection_drv.c.
NTSTATUS TestEntry | ( | _In_ PDRIVER_OBJECT | DriverObject, |
_In_ PCUNICODE_STRING | RegistryPath, | ||
_Out_ PCWSTR * | DeviceName, | ||
_Inout_ INT * | Flags | ||
) |
Definition at line 78 of file NtCreateSection_drv.c.
|
static |
Definition at line 194 of file NtCreateSection_drv.c.
VOID TestUnload | ( | _In_ PDRIVER_OBJECT | DriverObject | ) |
Definition at line 112 of file NtCreateSection_drv.c.
|
static |
Definition at line 152 of file NtCreateSection_drv.c.
Referenced by TestIrpHandler().
|
static |
Definition at line 25 of file NtCreateSection_drv.c.
Referenced by START_TEST(), and TestIrpHandler().
|
static |
Definition at line 26 of file NtCreateSection_drv.c.
Referenced by START_TEST(), and TestIrpHandler().
|
static |
Definition at line 27 of file NtCreateSection_drv.c.
Referenced by START_TEST(), and TestIrpHandler().
|
static |
Definition at line 21 of file NtCreateSection_drv.c.
Referenced by TestIrpHandler().
|
static |
Definition at line 23 of file NtCreateSection_drv.c.
Referenced by TestEntry().
|
static |
Definition at line 20 of file NtCreateSection_drv.c.
Referenced by TestIrpHandler().
|
static |
Definition at line 22 of file NtCreateSection_drv.c.
Referenced by TestEntry().