ReactOS 0.4.15-dev-8058-ga7cbb60
_CONTROLLER_OBJECT Struct Reference

#include <iotypes.h>

Collaboration diagram for _CONTROLLER_OBJECT:

Public Attributes

CSHORT Type
 
CSHORT Size
 
PVOID ControllerExtension
 
KDEVICE_QUEUE DeviceWaitQueue
 
ULONG Spare1
 
LARGE_INTEGER Spare2
 

Detailed Description

Definition at line 4460 of file iotypes.h.

Member Data Documentation

◆ ControllerExtension

PVOID _CONTROLLER_OBJECT::ControllerExtension

Definition at line 4463 of file iotypes.h.

Referenced by IoCreateController().

◆ DeviceWaitQueue

KDEVICE_QUEUE _CONTROLLER_OBJECT::DeviceWaitQueue

Definition at line 4464 of file iotypes.h.

Referenced by IoCreateController().

◆ Size

CSHORT _CONTROLLER_OBJECT::Size

Definition at line 4462 of file iotypes.h.

Referenced by IoCreateController().

◆ Spare1

ULONG _CONTROLLER_OBJECT::Spare1

Definition at line 4465 of file iotypes.h.

◆ Spare2

LARGE_INTEGER _CONTROLLER_OBJECT::Spare2

Definition at line 4466 of file iotypes.h.

◆ Type

CSHORT _CONTROLLER_OBJECT::Type

Definition at line 4461 of file iotypes.h.

Referenced by IoCreateController().


The documentation for this struct was generated from the following file: