No description available.
The SCSI_INQUIRY_DATA structure is used in conjunction with the IOCTL_SCSI_GET_INQUIRY_DATA request to retrieve the SCSI inquiry data for all devices on a given SCSI bus.
Note The SCSI port driver and SCSI miniport driver models may be altered or unavailable in the future. Instead, we recommend using the Storport driver and Storport miniport driver models.
PathIdIndicates the number of the bus the device is located on.
TargetIdIndicates the number of the device on the bus.
LunIndicates the logical unit number of the logical unit on the target device.
DeviceClaimedWhen TRUE, indicates that the device has been claimed by a class driver.
InquiryDataLengthIndicates the length in bytes of inquiry data.
NextInquiryDataOffsetContains an offset to the inquiry data for the next logical unit on the target device.
InquiryDataPointer to buffer containing the inquiry data for the logical unit.
The IOCTL_SCSI_GET_INQUIRY_DATA request retrieves inquiry data for all devices associated with a specified adapter. An adapter can potentially have multiple buses. The PathId member identifies the bus. Each bus can have multiple target devices. The TargetId member identifies the target device, and each target device can have multiple logical units. The Lun member identifies the logical unit.