GetEventBuffer_OUT structure (hbapiwmi.h)

The GetEventBuffer_OUT structure is used to report the output parameter data of the GetEventBuffer WMI method to the WMI client.

Syntax

typedef struct _GetEventBuffer_OUT {
  ULONG            HBAStatus;
  ULONG            EventCount;
  MSFC_EventBuffer Events[1];
} GetEventBuffer_OUT, *PGetEventBuffer_OUT;

Members

HBAStatus

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

EventCount

Indicates the number of events in Events that were retrieved by the GetEventBuffer WMI method.

Events[1]

Contains an array of type MSFC_EventBuffer that contains the next events in the HBA's event queue.

Remarks

The GetEventBuffer method retrieves the next events in the HBA's event queue.

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

GetEventBuffer