ReactOS 0.4.15-dev-8434-g155a7c7
_EXTENDED_DEVOBJ_EXTENSION Struct Reference

#include <iotypes.h>

Collaboration diagram for _EXTENDED_DEVOBJ_EXTENSION:

Public Attributes

CSHORT Type
 
USHORT Size
 
PDEVICE_OBJECT DeviceObject
 
ULONG PowerFlags
 
struct _DEVICE_OBJECT_POWER_EXTENSIONDope
 
ULONG ExtensionFlags
 
struct _DEVICE_NODEDeviceNode
 
PDEVICE_OBJECT AttachedTo
 
LONG StartIoCount
 
LONG StartIoKey
 
ULONG StartIoFlags
 
struct _VPBVpb
 

Detailed Description

Definition at line 1077 of file iotypes.h.

Member Data Documentation

◆ AttachedTo

◆ DeviceNode

struct _DEVICE_NODE* _EXTENDED_DEVOBJ_EXTENSION::DeviceNode

◆ DeviceObject

PDEVICE_OBJECT _EXTENDED_DEVOBJ_EXTENSION::DeviceObject

Definition at line 1081 of file iotypes.h.

Referenced by TestDeviceCreated(), and TestDeviceDeletion().

◆ Dope

struct _DEVICE_OBJECT_POWER_EXTENSION* _EXTENDED_DEVOBJ_EXTENSION::Dope

Definition at line 1083 of file iotypes.h.

Referenced by PoInitializeDeviceObject(), PopGetDope(), and PoRemoveVolumeDevice().

◆ ExtensionFlags

ULONG _EXTENDED_DEVOBJ_EXTENSION::ExtensionFlags

◆ PowerFlags

ULONG _EXTENDED_DEVOBJ_EXTENSION::PowerFlags

Definition at line 1082 of file iotypes.h.

Referenced by PoInitializeDeviceObject().

◆ Size

USHORT _EXTENDED_DEVOBJ_EXTENSION::Size

Definition at line 1080 of file iotypes.h.

Referenced by TestDeviceCreated(), and TestDeviceDeletion().

◆ StartIoCount

LONG _EXTENDED_DEVOBJ_EXTENSION::StartIoCount

Definition at line 1087 of file iotypes.h.

Referenced by IopStartNextPacketByKeyEx(), TestDeviceCreated(), and TestDeviceDeletion().

◆ StartIoFlags

ULONG _EXTENDED_DEVOBJ_EXTENSION::StartIoFlags

◆ StartIoKey

LONG _EXTENDED_DEVOBJ_EXTENSION::StartIoKey

Definition at line 1088 of file iotypes.h.

Referenced by IopStartNextPacketByKeyEx(), TestDeviceCreated(), and TestDeviceDeletion().

◆ Type

CSHORT _EXTENDED_DEVOBJ_EXTENSION::Type

Definition at line 1079 of file iotypes.h.

Referenced by TestDeviceCreated(), and TestDeviceDeletion().

◆ Vpb

struct _VPB* _EXTENDED_DEVOBJ_EXTENSION::Vpb

Definition at line 1090 of file iotypes.h.

Referenced by IoGetDiskDeviceObject().


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