MSFC_FibrePortHBAAttributes structure (hbapiwmi.h)
A WMI provider uses the MSFC_FibrePortHBAAttributes WMI class to expose attribute information associated with a fibre channel port.
Syntax
typedef struct _MSFC_FibrePortHBAAttributes {
ULONGLONG UniquePortId;
ULONG HBAStatus;
MSFC_HBAPortAttributesResults Attributes;
} MSFC_FibrePortHBAAttributes, *PMSFC_FibrePortHBAAttributes;
Members
UniquePortId
Unique 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.
HBAStatus
Contains the status of the operation. For a list of allowed values and their descriptions, see HBA_STATUS.
Attributes
Contains a structure of type MSFC_HBAPortAttributesResults that contains information about the port attributes.
Requirements
Requirement | Value |
---|---|
Header | hbapiwmi.h (include Hbapiwmi.h) |