// hbapiwmi.h
typedef struct _GetFcpTargetMapping_IN {
UCHAR HbaPortWWN[8];
ULONG InEntryCount;
} GetFcpTargetMapping_IN, *PGetFcpTargetMapping_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The GetFcpTargetMapping_IN structure is used to report the output parameter data of the GetFcpTargetMapping WMI method to the WMI client.
HbaPortWWNContains a worldwide name for the port whose table of mappings is to be retrieved.
InEntryCountIndicates the total number of persistent bindings associated with the HBA.
The GetFcpTargetMapping WMI method queries a WMI provider for mappings between the information that uniquely identifies a set of logical units for the operating system and the fibre channel protocol (FCP) identifiers for the logical units.
The WMI tool suite generates a declaration of the GetFcpTargetMapping_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAFCPInfo WMI Class.