ReactOS 0.4.15-dev-7961-gdcf9eb0
_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 964 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 968 of file iotypes.h.

Referenced by TestDeviceCreated(), and TestDeviceDeletion().

◆ Dope

struct _DEVICE_OBJECT_POWER_EXTENSION* _EXTENDED_DEVOBJ_EXTENSION::Dope

Definition at line 970 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 969 of file iotypes.h.

Referenced by PoInitializeDeviceObject().

◆ Size

USHORT _EXTENDED_DEVOBJ_EXTENSION::Size

Definition at line 967 of file iotypes.h.

Referenced by TestDeviceCreated(), and TestDeviceDeletion().

◆ StartIoCount

LONG _EXTENDED_DEVOBJ_EXTENSION::StartIoCount

Definition at line 974 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 975 of file iotypes.h.

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

◆ Type

CSHORT _EXTENDED_DEVOBJ_EXTENSION::Type

Definition at line 966 of file iotypes.h.

Referenced by TestDeviceCreated(), and TestDeviceDeletion().

◆ Vpb

struct _VPB* _EXTENDED_DEVOBJ_EXTENSION::Vpb

Definition at line 977 of file iotypes.h.

Referenced by IoGetDiskDeviceObject().


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