// hbapiwmi.h
void GetFCPStatistics(
[out, HBA_STATUS_QUALIFIERS] HBA_STATUS HBAStatus,
[in] HBAScsiID ScsiId,
[out] MSFC_FC4STATISTICS FC4Statistics
);
View the official Windows hardware development documentationNo description available.
The GetFCPStatistics WMI method returns FCP traffic statistics for the indicated SCSI logical unit on the indicated local HBA.
HBAStatus On return, contains a WMI qualifier value that indicates the status of the operation. For a list of allowed values and their descriptions, see HBA_STATUS. The miniport driver returns this information in the HBAStatus member of a GetFCPStatistics_OUT structure.
ScsiId On return, contains a structure of type HBAScsiID that holds information that identifies the device. This information is delivered to the miniport driver in the ScsiId member of a GetFCPStatistics_IN structure.
FC4Statistics On return, contains a structure of type MSFC_FC4STATISTICS that holds statistics for the indicated SCSI logical unit. The miniport driver returns this information in the FC4Statistics member of a GetFCPStatistics_OUT structure.
Not applicable to WMI methods.
This WMI method belongs to the MSFC_HBAAdapterMethods WMI Class.
| Target platform | Desktop |
| Header | Hbapiwmi.h (include Hbapiwmi.h, Hbaapi.h, or Hbaapi.h) |
| Library | Hbaapi.lib |