BOOL osResetEvent( HANDLE Handle );
The handle to the event object to be reset.
Returns TRUE if the operation was successful, or FALSE if the operation failed. To retrieve extended error information, call the osGetLastError function.
This function transitions the state of the specified event object to non-signaled.
For additional details regarding event behavior and synchronization logic, please refer to the Event Objects section.
This function is available only when the OS_USE_EVENT configuration constant is set to 1.
| Version: | 1.0 |
|---|---|
| Header file: | OS_Event.h (include OS_API.h) |
| See also: | BOOL, events, FALSE, HANDLE, OS_USE_EVENT, osCreateEvent, osGetLastError, osSetEvent, TRUE |