This topic has not yet been rated - Rate this topic

CEvent::ResetEvent 

Sets the state of the event to nonsignaled until explicitly set to signaled by the SetEvent member function.


BOOL ResetEvent( );

Nonzero if the function was successful; otherwise 0.

This causes all threads wishing to access this event to wait.

This member function is not used by automatic events.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.