GetFcpTargetMapping_IN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hbapiwmi.h

typedef struct _GetFcpTargetMapping_IN {
  UCHAR HbaPortWWN[8];
  ULONG InEntryCount;
} GetFcpTargetMapping_IN, *PGetFcpTargetMapping_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hbapiwmi-_getfcptargetmapping_in)

_GetFcpTargetMapping_IN structure

Description

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

Members

HbaPortWWN

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.

See also

GetFcpTargetMapping

MSFC_HBAFCPInfo WMI Class