Resets an event object to the non-signalled state.
int ResetEvent (EVENT e);
Required Header |
<process.h> |
Return Value
Non zero signifies a successful reset.
Parameters
e
The EVENT object to reset
Remarks
The ResetEvent function clears the signalled state of an event.
Note:See Also _beginthread, _endthread, _syncthread, CreateEvent, SetEvent, EventStatus, WaitForSingleEvent, WaitForMultipleEvents, CloseEvent