No description available.
The SCSI_ADDRESS structure is used in conjunction with the IOCTL_SCSI_GET_ADDRESS request to retrieve the address information, such as the target ID (TID) and the logical unit number (LUN) of a particular SCSI target.
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.
LengthContains the length of this structure in bytes.
PortNumberContains the number of the SCSI adapter.
PathIdContains the number of the bus.
TargetIdContains the number of the target device.
LunContains the logical unit number.
Legacy class drivers issue the IOCTL_SCSI_GET_ADDRESS request to the port driver to obtain the address of their devices.