ResetEvent Function

Action

Resets the specified event object to a non-signaled state. Execute this function on an event that was created with CreateEvent().

Include file

kernel.bdh

Syntax

ResetEvent( in hEvent : long ): boolean;
Parameter Description
hEvent event handle returned by CreateEvent()

Return value

  • true if successful

  • false otherwise