ReactOS 0.4.16-dev-433-g6363f78
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static VOID | DeviceInterfaceTest_Func () |
static VOID | Test_IoRegisterDeviceInterface (VOID) |
static NTSTATUS NTAPI | NotificationCallback (_In_ PVOID NotificationStructure, _Inout_opt_ PVOID Context) |
static VOID | Test_IoRegisterPlugPlayNotification (VOID) |
static VOID | Test_IoSetDeviceInterface (VOID) |
START_TEST (IoDeviceInterface) | |
Variables | |
static UCHAR | NotificationContext |
static DRIVER_NOTIFICATION_CALLBACK_ROUTINE | NotificationCallback |
#define NDEBUG |
Definition at line 13 of file IoDeviceInterface.c.
|
static |
Definition at line 32 of file IoDeviceInterface.c.
Referenced by Test_IoRegisterDeviceInterface().
|
static |
Definition at line 131 of file IoDeviceInterface.c.
START_TEST | ( | IoDeviceInterface | ) |
Definition at line 286 of file IoDeviceInterface.c.
Definition at line 91 of file IoDeviceInterface.c.
Referenced by START_TEST().
Definition at line 164 of file IoDeviceInterface.c.
Referenced by START_TEST().
Definition at line 186 of file IoDeviceInterface.c.
Referenced by START_TEST().
|
static |
Definition at line 127 of file IoDeviceInterface.c.
Referenced by Test_IoRegisterPlugPlayNotification().
|
static |
Definition at line 125 of file IoDeviceInterface.c.
Referenced by NotificationCallback(), and Test_IoRegisterPlugPlayNotification().