GetFCPStatistics_IN - NtDoc

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

typedef struct _GetFCPStatistics_IN {
  HBAScsiID ScsiId;
} GetFCPStatistics_IN, *PGetFCPStatistics_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_GetFCPStatistics_IN structure

Description

The GetFCPStatistics_IN structure is used to deliver input parameter data to the GetFCPStatistics WMI method.

Members

ScsiId

Contains a structure of type HBAScsiID that uniquely identifies a logical unit and the bus and HBA that the logical unit is connected to.

Remarks

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

See also

GetFCPStatistics

HBAScsiID