include vmm.inc
mov esi, EventHandle
VMMCall Cancel_Global_Event
Cancels an event that was previously scheduled using the Schedule_Global_Event or Call_Global_Event service. A virtual device must not attempt to cancel an event if the callback function for the event has already been called. This is an asynchronous service.
The event callback function typically sets the event handle to zero so that subsequent calls by the virtual machine to this service do not cause errors.
Call_Global_Event, Schedule_Global_Event