// hbapiwmi.h
typedef struct _HBAFCPScsiEntry {
HBAFCPID FCPId;
UCHAR Luid[256];
HBAScsiID ScsiId;
} HBAFCPScsiEntry, *PHBAFCPScsiEntry;
View the official Windows Driver Kit DDI referenceNo description available.
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.
FCPIdContains 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.
LuidContains the logical unit descriptor for the device that the operating system derives from SCSI inquiry data.
ScsiIdContains a structure of type HBAScsiID that contains the information that uniquely identifies a logical unit for the operating system.