GetFcpTargetMapping_OUT - NtDoc

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

typedef struct _GetFcpTargetMapping_OUT {
  ULONG           HBAStatus;
  ULONG           TotalEntryCount;
  ULONG           OutEntryCount;
  HBAFCPScsiEntry Entry[1];
} GetFcpTargetMapping_OUT, *PGetFcpTargetMapping_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_GetFcpTargetMapping_OUT structure

Description

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

Members

HBAStatus

Contains the status of the operation. For a list of allowed values and their descriptions, see HBA_STATUS.

TotalEntryCount

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

OutEntryCount

Indicates the total number of mappings retrieved by the GetFcpTargetMapping WMI method. This value will be less than or equal to TotalEntryCount.

Entry

Contains an array of structures of type HBAFCPScsiEntry that describe an HBA's bindings between operating system and fibre channel protocol (FCP) identifiers.

Remarks

The GetFcpTargetMapping WMI method reports mappings between the information that uniquely identifies a set of logical units for the operating system and the fibre channel protocol (FCP) identifiers for these logical units.

The WMI tool suite generates a declaration of the GetFcpTargetMapping_OUT structure in Hbapiwmi.h when it compiles the MSFC_HBAFCPInfo WMI Class.

See also

GetFcpTargetMapping

HBAFCPScsiEntry

HBA_STATUS

MSFC_HBAFCPInfo WMI Class