HBAFCPScsiEntry structure (hbapiwmi.h)
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.
Syntax
typedef struct _HBAFCPScsiEntry {
HBAFCPID FCPId;
UCHAR Luid[256];
HBAScsiID ScsiId;
} HBAFCPScsiEntry, *PHBAFCPScsiEntry;
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[256]
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.
Requirements
Requirement | Value |
---|---|
Header | hbapiwmi.h (include Hbapiwmi.h) |