Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |