ReactOS 0.4.16-dev-852-gcfcc8d8
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static VOID | Test_IoOpenDeviceInterfaceRegistryKey (_In_opt_ PCWSTR SymbolicLink) |
static VOID | Test_IoGetDeviceInterfaceAlias (_In_opt_ PCWSTR SymbolicLink) |
static VOID | Test_IoSetDeviceInterfaceState (_In_opt_ PCWSTR SymbolicLink) |
static VOID | Test_IoGetDeviceInterfaces (_In_ const GUID *Guid) |
static NTSTATUS NTAPI | NotificationCallback (_In_ PVOID NotificationStructure, _Inout_opt_ PVOID Context) |
static VOID | Test_IoRegisterPlugPlayNotification (VOID) |
START_TEST (IoDeviceInterface) | |
Variables | |
static const GUID | GUID_NULL = {0x00000000L, 0x0000, 0x0000, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}} |
static const GUID | KSCATEGORY_BRIDGE = {0x085AFF00L, 0x62CE, 0x11CF, {0xA5, 0xD6, 0x28, 0xDB, 0x04, 0xC1, 0x00, 0x00}} |
static const GUID | KSCATEGORY_CAPTURE = {0x65E8773DL, 0x8F56, 0x11D0, {0xA3, 0xB9, 0x00, 0xA0, 0xC9, 0x22, 0x31, 0x96}} |
static const GUID | KSCATEGORY_COMMUNICATIONSTRANSFORM = {0xCF1DDA2CL, 0x9743, 0x11D0, {0xA3, 0xEE, 0x00, 0xA0, 0xC9, 0x22, 0x31, 0x96}} |
static const GUID | KSCATEGORY_DATACOMPRESSOR = {0x1E84C900L, 0x7E70, 0x11D0, {0xA5, 0xD6, 0x28, 0xDB, 0x04, 0xC1, 0x00, 0x00}} |
static const GUID | KSCATEGORY_DATADECOMPRESSOR = {0x2721AE20L, 0x7E70, 0x11D0, {0xA5, 0xD6, 0x28, 0xDB, 0x04, 0xC1, 0x00, 0x00}} |
static const GUID | KSCATEGORY_DATATRANSFORM = {0x2EB07EA0L, 0x7E70, 0x11D0, {0xA5, 0xD6, 0x28, 0xDB, 0x04, 0xC1, 0x00, 0x00}} |
static const GUID | KSCATEGORY_FILESYSTEM = {0x760FED5EL, 0x9357, 0x11D0, {0xA3, 0xCC, 0x00, 0xA0, 0xC9, 0x22, 0x31, 0x96}} |
static const GUID | KSCATEGORY_INTERFACETRANSFORM = {0xCF1DDA2DL, 0x9743, 0x11D0, {0xA3, 0xEE, 0x00, 0xA0, 0xC9, 0x22, 0x31, 0x96}} |
static const GUID | KSCATEGORY_MEDIUMTRANSFORM = {0xCF1DDA2EL, 0x9743, 0x11D0, {0xA3, 0xEE, 0x00, 0xA0, 0xC9, 0x22, 0x31, 0x96}} |
static const GUID | KSCATEGORY_MIXER = {0xAD809C00L, 0x7B88, 0x11D0, {0xA5, 0xD6, 0x28, 0xDB, 0x04, 0xC1, 0x00, 0x00}} |
static const GUID | KSCATEGORY_RENDER = {0x65E8773EL, 0x8F56, 0x11D0, {0xA3, 0xB9, 0x00, 0xA0, 0xC9, 0x22, 0x31, 0x96}} |
static const GUID | KSCATEGORY_SPLITTER = {0x0A4252A0L, 0x7E70, 0x11D0, {0xA5, 0xD6, 0x28, 0xDB, 0x04, 0xC1, 0x00, 0x00}} |
static const GUID * | Types [] |
static UCHAR | NotificationContext |
static DRIVER_NOTIFICATION_CALLBACK_ROUTINE | NotificationCallback |
#define NDEBUG |
Definition at line 16 of file IoDeviceInterface.c.
|
static |
Definition at line 197 of file IoDeviceInterface.c.
START_TEST | ( | IoDeviceInterface | ) |
Definition at line 250 of file IoDeviceInterface.c.
Definition at line 110 of file IoDeviceInterface.c.
Referenced by START_TEST(), and Test_IoGetDeviceInterfaces().
Definition at line 158 of file IoDeviceInterface.c.
Referenced by START_TEST().
Definition at line 58 of file IoDeviceInterface.c.
Referenced by START_TEST(), Test_IoGetDeviceInterfaceAlias(), and Test_IoGetDeviceInterfaces().
Definition at line 230 of file IoDeviceInterface.c.
Referenced by START_TEST().
Definition at line 137 of file IoDeviceInterface.c.
Referenced by START_TEST(), and Test_IoGetDeviceInterfaces().
|
static |
Definition at line 24 of file IoDeviceInterface.c.
|
static |
Definition at line 26 of file IoDeviceInterface.c.
|
static |
Definition at line 27 of file IoDeviceInterface.c.
|
static |
Definition at line 28 of file IoDeviceInterface.c.
|
static |
Definition at line 29 of file IoDeviceInterface.c.
|
static |
Definition at line 30 of file IoDeviceInterface.c.
|
static |
Definition at line 31 of file IoDeviceInterface.c.
|
static |
Definition at line 32 of file IoDeviceInterface.c.
|
static |
Definition at line 33 of file IoDeviceInterface.c.
|
static |
Definition at line 34 of file IoDeviceInterface.c.
|
static |
Definition at line 35 of file IoDeviceInterface.c.
|
static |
Definition at line 36 of file IoDeviceInterface.c.
|
static |
Definition at line 37 of file IoDeviceInterface.c.
|
static |
Definition at line 193 of file IoDeviceInterface.c.
Referenced by Test_IoRegisterPlugPlayNotification().
|
static |
Definition at line 191 of file IoDeviceInterface.c.
Referenced by NotificationCallback(), and Test_IoRegisterPlugPlayNotification().
Definition at line 39 of file IoDeviceInterface.c.
Referenced by START_TEST(), Test_IoGetDeviceInterfaceAlias(), Test_IoOpenDeviceInterfaceRegistryKey(), and Test_IoSetDeviceInterfaceState().