// hbapiwmi.h
typedef struct _MSFC_FibrePortHBAAttributes {
ULONGLONG UniquePortId;
ULONG HBAStatus;
MSFC_HBAPortAttributesResults Attributes;
} MSFC_FibrePortHBAAttributes, *PMSFC_FibrePortHBAAttributes;
View the official Windows Driver Kit DDI referenceNo description available.
A WMI provider uses the MSFC_FibrePortHBAAttributes WMI class to expose attribute information associated with a fibre channel port.
UniquePortIdUnique identifier for the port. This identifier must be unique among all ports on all adapters. The same value for the identifier must be used for the same port in other classes that expose port information.
HBAStatusContains the status of the operation. For a list of allowed values and their descriptions, see HBA_STATUS.
AttributesContains a structure of type MSFC_HBAPortAttributesResults that contains information about the port attributes.