Construction Methods
| Method | Description |
|---|---|
| CEvent | Constructs a CEvent object. |
Methods
| Method | Description | |
|---|---|---|
| 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. | |