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.
Sets the state of the event to nonsignaled until explicitly set to signaled by the SetEvent member function.
BOOL ResetEvent( );
Return Value
Nonzero if the function was successful; otherwise 0.
Remarks
This causes all threads wishing to access this event to wait.
This member function is not used by automatic events.
Requirements
Header: afxmt.h