ReactOS 0.4.16-dev-1946-g52006dd
_STORAGE_DEVICE_DESCRIPTOR Struct Reference

#include <ntddstor.h>

Collaboration diagram for _STORAGE_DEVICE_DESCRIPTOR:

Public Attributes

ULONG Version
 
ULONG Size
 
UCHAR DeviceType
 
UCHAR DeviceTypeModifier
 
BOOLEAN RemovableMedia
 
BOOLEAN CommandQueueing
 
ULONG VendorIdOffset
 
ULONG ProductIdOffset
 
ULONG ProductRevisionOffset
 
ULONG SerialNumberOffset
 
STORAGE_BUS_TYPE BusType
 
ULONG RawPropertiesLength
 
UCHAR RawDeviceProperties [1]
 

Detailed Description

Definition at line 287 of file ntddstor.h.

Member Data Documentation

◆ BusType

STORAGE_BUS_TYPE _STORAGE_DEVICE_DESCRIPTOR::BusType

Definition at line 298 of file ntddstor.h.

Referenced by ClassDispatchPnp(), ClasspInitializeGesn(), and PdoHandleQueryProperty().

◆ CommandQueueing

BOOLEAN _STORAGE_DEVICE_DESCRIPTOR::CommandQueueing

Definition at line 293 of file ntddstor.h.

Referenced by DiskInitFdo(), and PdoHandleQueryProperty().

◆ DeviceType

UCHAR _STORAGE_DEVICE_DESCRIPTOR::DeviceType

Definition at line 290 of file ntddstor.h.

Referenced by PdoHandleQueryProperty(), and ScsiFlopInitDevice().

◆ DeviceTypeModifier

UCHAR _STORAGE_DEVICE_DESCRIPTOR::DeviceTypeModifier

Definition at line 291 of file ntddstor.h.

Referenced by PdoHandleQueryProperty().

◆ ProductIdOffset

◆ ProductRevisionOffset

◆ RawDeviceProperties

UCHAR _STORAGE_DEVICE_DESCRIPTOR::RawDeviceProperties[1]

Definition at line 300 of file ntddstor.h.

Referenced by PdoHandleQueryProperty().

◆ RawPropertiesLength

ULONG _STORAGE_DEVICE_DESCRIPTOR::RawPropertiesLength

Definition at line 299 of file ntddstor.h.

Referenced by PdoHandleQueryProperty().

◆ RemovableMedia

BOOLEAN _STORAGE_DEVICE_DESCRIPTOR::RemovableMedia

Definition at line 292 of file ntddstor.h.

Referenced by DiskInitFdo(), and PdoHandleQueryProperty().

◆ SerialNumberOffset

◆ Size

ULONG _STORAGE_DEVICE_DESCRIPTOR::Size

◆ VendorIdOffset

◆ Version

ULONG _STORAGE_DEVICE_DESCRIPTOR::Version

Definition at line 288 of file ntddstor.h.

Referenced by PdoHandleQueryProperty().


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