// hbapiwmi.h
typedef struct _GetFCPStatistics_IN {
HBAScsiID ScsiId;
} GetFCPStatistics_IN, *PGetFCPStatistics_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The GetFCPStatistics_IN structure is used to deliver input parameter data to the GetFCPStatistics WMI method.
ScsiIdContains a structure of type HBAScsiID that uniquely identifies a logical unit and the bus and HBA that the logical unit is connected to.
The WMI tool suite generates a declaration of the GetFCPStatistics_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAAdapterMethods WMI Class.