Resets the specified event object to a non-signaled state. Execute this function on an event that was created with CreateEvent().
kernel.bdh
ResetEvent( in hEvent : long ): boolean;
Parameter | Description |
---|---|
hEvent | event handle returned by CreateEvent() |
true if successful
false otherwise