GetFcpTargetMapping_IN structure (hbapiwmi.h)

The GetFcpTargetMapping_IN structure is used to report the output parameter data of the GetFcpTargetMapping WMI method to the WMI client.

Syntax

typedef struct _GetFcpTargetMapping_IN {
  UCHAR HbaPortWWN[8];
  ULONG InEntryCount;
} GetFcpTargetMapping_IN, *PGetFcpTargetMapping_IN;

Members

HbaPortWWN[8]

Contains a worldwide name for the port whose table of mappings is to be retrieved.

InEntryCount

Indicates the total number of persistent bindings associated with the HBA.

Remarks

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.

Requirements

Requirement Value
Header hbapiwmi.h (include Hbapiwmi.h)

See also

GetFcpTargetMapping

MSFC_HBAFCPInfo WMI Class