MSFC_FibrePortHBAStatistics structure (hbapiwmi.h)
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.
Syntax
typedef struct _MSFC_FibrePortHBAStatistics {
ULONGLONG UniquePortId;
ULONG HBAStatus;
MSFC_HBAPortStatistics Statistics;
} MSFC_FibrePortHBAStatistics, *PMSFC_FibrePortHBAStatistics;
Members
UniquePortId
Contains a unique identifier for the port.
HBAStatus
Contains the status of the operation. For a list of allowed values and their descriptions, see HBA_STATUS.
Statistics
Contains a structure of type MSFC_HBAPortStatistics with statistical information about the port.
Requirements
Requirement | Value |
---|---|
Header | hbapiwmi.h (include Hbapiwmi.h) |