MS_SMHBA_SCSIENTRY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hbapiwmi-_ms_smhba_scsientry)

_MS_SMHBA_SCSIENTRY structure

Description

The MS_SMHBA_SCSIENTRY structure is used to report target LUN mapping information.

Members

PortLun

An array of MS_SMHBA_PORTLUN entries.

LUID

The logical unit descriptor for the device that the operating system derives from SCSI inquiry data.

ScsiId

A structure of type HBAScsiID that contains information that uniquely identifies a logical unit to the operating system.