GetDiscoveredPortAttributes_OUT structure (hbapiwmi.h)
The GetDiscoveredPortAttributes_OUT structure is used to report the output parameter data of the GetDiscoveredPortAttributes WMI method to the WMI client.
Syntax
typedef struct _GetDiscoveredPortAttributes_OUT {
ULONG HBAStatus;
MSFC_HBAPortAttributesResults PortAttributes;
} GetDiscoveredPortAttributes_OUT, *PGetDiscoveredPortAttributes_OUT;
Members
HBAStatus
Contains a value associated with the WMI class qualifier HBA_STATUS that indicates the result of an HBA query operation.
PortAttributes
Contains a structure of type MSFC_HBAPortAttributesResults that holds the port attributes to report.
Remarks
The WMI tool suite generates a declaration of the GetDiscoveredPortAttributes_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAAdapterMethods WMI Class.
Requirements
Requirement | Value |
---|---|
Header | hbapiwmi.h (include Hbapiwmi.h) |