Share via


CEvent Class Members

Construction

CEvent Constructs a CEvent object.

Methods

SetEvent Sets the event to available (signaled) and releases any waiting threads.
PulseEvent Sets the event to available (signaled), releases waiting threads, and sets the event to unavailable (nonsignaled).
ResetEvent Sets the event to unavailable (nonsignaled).
Unlock Releases the event object.

CEvent OverviewBase Class MembersHierarchy Chart