// hbapiwmi.h
typedef struct _MS_SMHBA_SCSIENTRY {
MS_SMHBA_PORTLUN PortLun;
UCHAR LUID[256];
HBAScsiID ScsiId;
} MS_SMHBA_SCSIENTRY, *PMS_SMHBA_SCSIENTRY;
View the official Windows Driver Kit DDI referenceNo description available.
The MS_SMHBA_SCSIENTRY structure is used to report target LUN mapping information.
PortLunAn array of MS_SMHBA_PORTLUN entries.
LUIDThe logical unit descriptor for the device that the operating system derives from SCSI inquiry data.
ScsiIdA structure of type HBAScsiID that contains information that uniquely identifies a logical unit to the operating system.