ReactOS 0.4.15-dev-8052-gc0e3179
_SCSI_INQUIRY_DATA Struct Reference

#include <scsi_port.h>

Public Attributes

UCHAR PathId
 
UCHAR TargetId
 
UCHAR Lun
 
BOOLEAN DeviceClaimed
 
ULONG InquiryDataLength
 
ULONG NextInquiryDataOffset
 
UCHAR InquiryData [1]
 

Detailed Description

Definition at line 112 of file scsi_port.h.

Member Data Documentation

◆ DeviceClaimed

BOOLEAN _SCSI_INQUIRY_DATA::DeviceClaimed

Definition at line 116 of file scsi_port.h.

Referenced by SpiGetInquiryData(), and USBSTOR_HandleDeviceControl().

◆ InquiryData

UCHAR _SCSI_INQUIRY_DATA::InquiryData

◆ InquiryDataLength

ULONG _SCSI_INQUIRY_DATA::InquiryDataLength

Definition at line 117 of file scsi_port.h.

Referenced by SpiGetInquiryData(), and USBSTOR_HandleDeviceControl().

◆ Lun

UCHAR _SCSI_INQUIRY_DATA::Lun

◆ NextInquiryDataOffset

ULONG _SCSI_INQUIRY_DATA::NextInquiryDataOffset

◆ PathId

UCHAR _SCSI_INQUIRY_DATA::PathId

◆ TargetId

UCHAR _SCSI_INQUIRY_DATA::TargetId

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