Group: Synchronization - Library: kernel32
Using an Event Object. Part B: running an application responding to events
BOOL ResetEvent(
HANDLE hEvent // handle to event
);
DECLARE INTEGER ResetEvent IN kernel32;
INTEGER hEvent
hEvent [in] Handle to the event object. The CreateEvent or OpenEvent function returns this handle.
If the function succeeds, the return value is nonzero.