ReactOS 0.4.16-dev-937-g7afcd2a
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS | TestEntry (IN PDRIVER_OBJECT DriverObject, IN PCUNICODE_STRING RegistryPath, OUT PCWSTR *DeviceName, IN OUT INT *Flags) |
VOID | TestUnload (IN PDRIVER_OBJECT DriverObject) |
static NTSTATUS | TestMessageHandler (IN PDEVICE_OBJECT DeviceObject, IN ULONG ControlCode, IN PVOID Buffer OPTIONAL, IN SIZE_T InLength, IN OUT PSIZE_T OutLength) |
static NTSTATUS | TestDirectoryControl (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp, IN PIO_STACK_LOCATION IoStackLocation) |
static NTSTATUS | TestQueryInformation (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp, IN PIO_STACK_LOCATION IoStackLocation) |
static NTSTATUS | TestSetInformation (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp, IN PIO_STACK_LOCATION IoStackLocation) |
Variables | |
static KMT_MESSAGE_HANDLER | TestMessageHandler |
static KMT_IRP_HANDLER | TestDirectoryControl |
static KMT_IRP_HANDLER | TestQueryInformation |
static KMT_IRP_HANDLER | TestSetInformation |
static UNICODE_STRING | ExpectedExpression = RTL_CONSTANT_STRING(L"<not set>") |
static WCHAR | ExpressionBuffer [MAX_PATH] |
static BOOLEAN | ExpectingSetAttributes = FALSE |
static ULONG | ExpectedSetAttributes = -1 |
static BOOLEAN | ExpectingQueryAttributes = FALSE |
static ULONG | ReturnQueryAttributes = -1 |
#define NDEBUG |
Definition at line 10 of file kernel32_drv.c.
|
static |
Definition at line 121 of file kernel32_drv.c.
NTSTATUS TestEntry | ( | IN PDRIVER_OBJECT | DriverObject, |
IN PCUNICODE_STRING | RegistryPath, | ||
OUT PCWSTR * | DeviceName, | ||
IN OUT INT * | Flags | ||
) |
Definition at line 28 of file kernel32_drv.c.
|
static |
Definition at line 60 of file kernel32_drv.c.
|
static |
Definition at line 157 of file kernel32_drv.c.
|
static |
Definition at line 197 of file kernel32_drv.c.
VOID TestUnload | ( | IN PDRIVER_OBJECT | DriverObject | ) |
Definition at line 52 of file kernel32_drv.c.
|
static |
Definition at line 20 of file kernel32_drv.c.
Referenced by START_TEST(), TestDirectoryControl(), and TestMessageHandler().
|
static |
Definition at line 23 of file kernel32_drv.c.
Referenced by TestMessageHandler(), and TestSetInformation().
Definition at line 24 of file kernel32_drv.c.
Referenced by TestMessageHandler(), and TestQueryInformation().
Definition at line 22 of file kernel32_drv.c.
Referenced by TestMessageHandler(), and TestSetInformation().
Definition at line 21 of file kernel32_drv.c.
Referenced by START_TEST(), and TestMessageHandler().
|
static |
Definition at line 25 of file kernel32_drv.c.
Referenced by TestMessageHandler(), and TestQueryInformation().
|
static |
Definition at line 16 of file kernel32_drv.c.
Referenced by TestEntry().
|
static |
Definition at line 15 of file kernel32_drv.c.
Referenced by TestEntry().
|
static |
Definition at line 17 of file kernel32_drv.c.
Referenced by TestEntry().
|
static |
Definition at line 18 of file kernel32_drv.c.
Referenced by TestEntry().