GetFCPStatistics_OUT - NtDoc

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

typedef struct _GetFCPStatistics_OUT {
  ULONG              HBAStatus;
  MSFC_FC4STATISTICS FC4Statistics;
} GetFCPStatistics_OUT, *PGetFCPStatistics_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_GetFCPStatistics_OUT structure

Description

The GetFCPStatistics_OUT structure is used by the miniport driver to report the output parameters of the GetFCPStatistics WMI method.

Members

HBAStatus

Contains a value associated with the WMI class qualifier HBA_STATUS that indicates the result of an HBA query operation.

FC4Statistics

Contains a structure of type MSFC_FC4STATISTICS that holds statistics for the specified FC-4 protocol.

Remarks

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

See also

GetFCPStatistics

GetFCPStatistics_IN