HBAScsiID - NtDoc

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

typedef struct _HBAScsiID {
  ULONG  ScsiBusNumber;
  ULONG  ScsiTargetNumber;
  ULONG  ScsiOSLun;
  USHORT OSDeviceName[257];
} HBAScsiID, *PHBAScsiID;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_HBAScsiID structure

Description

The HBAScsiID structure contains information generated by the operating system that uniquely identifies a logical unit.

Members

ScsiBusNumber

Contains the bus number.

ScsiTargetNumber

Contains the target device number.

ScsiOSLun

Contains the logical unit number (LUN).

OSDeviceName

Contains a nonpersistent target name such as "\Device\HarddiskVolume1".

Remarks

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.

See also

GetFCPStatistics