CEvent::ResetEvent

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

Syntax

BOOL ResetEvent( );

At a Glance

Header file: Afxmt.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

Remarks

This member function is not used by automatic events.

Windows CE does not support waiting for a process or thread.

See Also

CEvent Overview, CEvent Member Functions, Synchronization Classes, CEvent::SetEvent