GetPortAttributesByWWN_OUT - NtDoc

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

typedef struct _GetPortAttributesByWWN_OUT {
  ULONG                         HBAStatus;
  MSFC_HBAPortAttributesResults PortAttributes;
} GetPortAttributesByWWN_OUT, *PGetPortAttributesByWWN_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_GetPortAttributesByWWN_OUT structure

Description

The GetPortAttributesByWWN_OUT structure is used to report the output parameter data of the GetPortAttributesByWWN WMI method to the WMI client.

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 be reported.

Remarks

The WMI tool suite generates a declaration of the GetPortAttributesByWWN_OUT structure in Hbapiwmi.h when it compiles the MSFC_HBAAdapterMethods WMI Class.

See also

GetPortAttributesByWWN

HBA_STATUS

MSFC_HBAPortAttributesResults