PDOSCSI_ADDR structure (mpiodisk.h)
The PDOSCSI_ADDR structure is used to represent a SCSI address.
Syntax
typedef struct _PDOSCSI_ADDR {
UCHAR PortNumber;
UCHAR ScsiPathId;
UCHAR TargetId;
UCHAR Lun;
} PDOSCSI_ADDR, *PPDOSCSI_ADDR;
Members
PortNumber
An unsigned 8-bitfield that represents the PortNumber as defined by the SCSI_ADDRESS structure in Ntddscsi.h.
ScsiPathId
An unsigned 8-bitfield that represents the PathId as defined by the SCSI_ADDRESS structure in Ntddscsi.h.
TargetId
An unsigned 8-bitfield that represents the TargetId as defined by the SCSI_ADDRESS structure in Ntddscsi.h.
Lun
An unsigned 8-bitfield that represents the Lun as defined by the SCSI_ADDRESS structure in Ntddscsi.h.
Requirements
Requirement | Value |
---|---|
Header | mpiodisk.h (include Mpiowmi.h) |