EngClearEvent function (winddi.h)

The EngClearEvent function sets a specified event object to the nonsignaled state.

Syntax

ENGAPI VOID EngClearEvent(
  [in] PEVENT pEvent
);

Parameters

[in] pEvent

Pointer to the event object returned by a previous call to either EngCreateEvent or EngMapEvent.

Return value

None

Requirements

Requirement Value
Minimum supported client This function is available in Windows XP and later.
Target Platform Universal
Header winddi.h (include Winddi.h)
Library Win32k.lib
DLL Win32k.sys

See also

EngCreateEvent

EngMapEvent