MSFC_FibrePortHBAAttributes - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hbapiwmi.h

typedef struct _MSFC_FibrePortHBAAttributes {
  ULONGLONG                     UniquePortId;
  ULONG                         HBAStatus;
  MSFC_HBAPortAttributesResults Attributes;
} MSFC_FibrePortHBAAttributes, *PMSFC_FibrePortHBAAttributes;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hbapiwmi-_msfc_fibreporthbaattributes)

_MSFC_FibrePortHBAAttributes structure

Description

A WMI provider uses the MSFC_FibrePortHBAAttributes WMI class to expose attribute information associated with a fibre channel port.

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.

See also

HBA_STATUS

MSFC_HBAPortAttributesResults