GetEventBuffer_OUT - NtDoc

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

typedef struct _GetEventBuffer_OUT {
  ULONG            HBAStatus;
  ULONG            EventCount;
  MSFC_EventBuffer Events[1];
} GetEventBuffer_OUT, *PGetEventBuffer_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_GetEventBuffer_OUT structure

Description

The GetEventBuffer_OUT structure is used to report the output parameter data of the GetEventBuffer 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.

EventCount

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

Events

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.

See also

GetEventBuffer