CEvent::ResetEvent

This method sets the state of the event to nonsignaled until explicitly set to signaled by the SetEvent method.

At a Glance

Header file: Afxmt.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL ResetEvent( );

Remarks

This method is not used by automatic events.

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

See Also

CEvent::SetEvent