ReactOS 0.4.15-dev-7842-g558ab78
_DEVOBJ_EXTENSION Struct Reference

#include <iotypes.h>

Collaboration diagram for _DEVOBJ_EXTENSION:

Public Attributes

CSHORT Type
 
USHORT Size
 
PDEVICE_OBJECT DeviceObject
 

Detailed Description

Definition at line 2166 of file iotypes.h.

Member Data Documentation

◆ DeviceObject

PDEVICE_OBJECT _DEVOBJ_EXTENSION::DeviceObject

Definition at line 2169 of file iotypes.h.

Referenced by IoCreateDevice().

◆ Size

USHORT _DEVOBJ_EXTENSION::Size

Definition at line 2168 of file iotypes.h.

Referenced by IoCreateDevice().

◆ Type

CSHORT _DEVOBJ_EXTENSION::Type

Definition at line 2167 of file iotypes.h.

Referenced by IoCreateDevice().


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