PDOSCSI_ADDR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// mpiodisk.h

typedef struct _PDOSCSI_ADDR {
  UCHAR PortNumber;
  UCHAR ScsiPathId;
  UCHAR TargetId;
  UCHAR Lun;
} PDOSCSI_ADDR, *PPDOSCSI_ADDR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-mpiodisk-_pdoscsi_addr)

_PDOSCSI_ADDR structure

Description

The PDOSCSI_ADDR structure is used to represent a SCSI address.

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.