// hbapiwmi.h
typedef struct _MSFC_FibrePortHBAStatistics {
ULONGLONG UniquePortId;
ULONG HBAStatus;
MSFC_HBAPortStatistics Statistics;
} MSFC_FibrePortHBAStatistics, *PMSFC_FibrePortHBAStatistics;
View the official Windows Driver Kit DDI referenceNo description available.
The MSFC_FibrePortHBAStatistics structure is used by an HBA miniport driver that is a WMI provider to report statistics related to a fibre channel port.
UniquePortIdContains a unique identifier for the port.
HBAStatusContains the status of the operation. For a list of allowed values and their descriptions, see HBA_STATUS.
StatisticsContains a structure of type MSFC_HBAPortStatistics with statistical information about the port.
MSFC_FibrePortHBAStatistics WMI Class