HBAFCPScsiEntry - NtDoc

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

typedef struct _HBAFCPScsiEntry {
  HBAFCPID  FCPId;
  UCHAR     Luid[256];
  HBAScsiID ScsiId;
} HBAFCPScsiEntry, *PHBAFCPScsiEntry;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_HBAFCPScsiEntry structure

Description

The HBAFCPScsiEntry structure is used with GetFcpTargetMapping method of the MSFC_HBAFCPInfo WMI Class to define a binding between the operating system information that uniquely identifies a logical unit and the fibre channel protocol (FCP) identifier that identifies the logical unit.

Members

FCPId

Contains a structure of type HBAFCPID that contains the FCP identifier for the logical unit and information about the port to be queried for information about the device.

Luid

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

ScsiId

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

See also

GetFcpTargetMapping