Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |