// hbapiwmi.h
typedef struct _HBAScsiID {
ULONG ScsiBusNumber;
ULONG ScsiTargetNumber;
ULONG ScsiOSLun;
USHORT OSDeviceName[257];
} HBAScsiID, *PHBAScsiID;
View the official Windows Driver Kit DDI referenceNo description available.
The HBAScsiID structure contains information generated by the operating system that uniquely identifies a logical unit.
ScsiBusNumberContains the bus number.
ScsiTargetNumberContains the target device number.
ScsiOSLunContains the logical unit number (LUN).
OSDeviceNameContains a nonpersistent target name such as "\Device\HarddiskVolume1".
For more information about how this structure is defined, see the discussion of the HBA_ScsiID structure in the T11 committee's Fibre Channel HBA API specification.