|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 4466 of file iotypes.h.
Referenced by IoCreateController().
| KDEVICE_QUEUE _CONTROLLER_OBJECT::DeviceWaitQueue |
Definition at line 4467 of file iotypes.h.
Referenced by IoCreateController().
| CSHORT _CONTROLLER_OBJECT::Size |
Definition at line 4465 of file iotypes.h.
Referenced by IoCreateController().
| LARGE_INTEGER _CONTROLLER_OBJECT::Spare2 |
| CSHORT _CONTROLLER_OBJECT::Type |
Definition at line 4464 of file iotypes.h.
Referenced by IoCreateController().