SysResetEventSem

>>-SysResetEventSem(handle)------------------------------------><

Resets an event semaphore. SysResetEventSem returns the GetLastError return code of ResetEvent.

Parameter:

handle

A handle returned from a previous SysCreateEventSem call.

Return codes:

0

No errors.

6

Invalid handle.