GetFC4Statistics_IN - NtDoc

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

typedef struct _GetFC4Statistics_IN {
  UCHAR PortWWN[8];
  UCHAR FC4Type;
} GetFC4Statistics_IN, *PGetFC4Statistics_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_GetFC4Statistics_IN structure

Description

The GetFC4Statistics_IN structure is used to pass input parameter data to the GetFC4Statistics WMI method.

Members

PortWWN

Contains the worldwide name for the local port of type Nx_Port whose traffic statistics are to be reported.

FC4Type

Contains a value that indicates the type FC-4 protocol. For an explanation of FC4 types, see the T11 committee's Fibre Channel Generic Services - 4 specification.

Remarks

The method GetFC4Statistics queries an HBA and port of type Nx_Port for traffic statistics associated with the indicated FC-4 protocol.

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

For a definition of Nx_Port, see the T11 committee's specification for Fibre Channel HBA API (FC-HBA).

See also

GetFC4Statistics