ReactOS 0.4.16-dev-401-g45b008d
|
#include <iotypes.h>
Public Attributes | |
CSHORT | Type |
CSHORT | Size |
PVOID | ControllerExtension |
KDEVICE_QUEUE | DeviceWaitQueue |
ULONG | Spare1 |
LARGE_INTEGER | Spare2 |
PVOID _CONTROLLER_OBJECT::ControllerExtension |
Definition at line 4463 of file iotypes.h.
Referenced by IoCreateController().
KDEVICE_QUEUE _CONTROLLER_OBJECT::DeviceWaitQueue |
Definition at line 4464 of file iotypes.h.
Referenced by IoCreateController().
CSHORT _CONTROLLER_OBJECT::Size |
Definition at line 4462 of file iotypes.h.
Referenced by IoCreateController().
LARGE_INTEGER _CONTROLLER_OBJECT::Spare2 |
CSHORT _CONTROLLER_OBJECT::Type |
Definition at line 4461 of file iotypes.h.
Referenced by IoCreateController().