2.2.4 CPREP_SCSI_ADDRESS

The CPREP_SCSI_ADDRESS structure holds information to identify a disk via the SCSI protocol. The structure is included in this document because it is referenced by the DISK_PROPS structure; however, the values in this structure are never read by the client.

 typedef struct _CPREP_SCSI_ADDRESS {
   unsigned long Length;
   unsigned char PortNumber;
   unsigned char PathId;
   unsigned char TargetId;
   unsigned char Lun;
 } CPREP_SCSI_ADDRESS,
  *PCPREP_SCSI_ADDRESS;

Length: Contains the length of this structure in bytes.

PortNumber: Contains the number of the SCSI adapter.

PathId: Contains the number of the bus.

TargetId: Contains the number of the target device.

Lun: Contains the logical unit number.