_VWIN32_ResetWin32Event
Sets the state of the specified event object to nonsignaled. Uses EAX, ECX, EDX, and Flags.
- Returns a non-zero value in EAX if successful; otherwise returns zero in EAX if the event was invalid.
- EAX
- VxD handle that identifies the event object. A VxD handle is a ring 0 event handle created by the function OpenVxDHandle.
This service can only be called when the current VM is the system VM.