GetFC3MgmtInfo_OUT structure (hbapiwmi.h)

The GetFC3MgmtInfo_OUT structure is used to report the output parameter data of the GetFC3MgmtInfo WMI method to the WMI client.

Syntax

typedef struct _GetFC3MgmtInfo_OUT {
  ULONG          HBAStatus;
  HBAFC3MgmtInfo MgmtInfo;
} GetFC3MgmtInfo_OUT, *PGetFC3MgmtInfo_OUT;

Members

HBAStatus

Contains a value associated with the WMI class qualifier HBA_STATUS that indicates the result of an HBA query operation.

MgmtInfo

Contains a structure of type HBAFC3MgmtInfo that reports FC3 management information.

Remarks

The GetFC3MgmtInfo method reports fibre channel-3 management information.

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

Requirements

Requirement Value
Header hbapiwmi.h (include Hbapiwmi.h)

See also

GetFC3MgmtInfo

HBAFC3MgmtInfo

HBA_STATUS