mov ebx, VMHandle
mov edi, ThreadHandle
mov edx, RefData
mov ebp, OFFSET32 Client_Reg_Struc
call [EventCallback]
Performs programmer-defined processing of a event for a virtual machine. EventCallback is a programmer-defined callback function installed by the Call_VM_Event, Schedule_Thread_Event, or Schedule_VM_Event service. The callback function can modify the EAX, EBX, ECX, EDX, ESI, and EDI registers.
For additional information about event callbacks, see Event Callbacks.
Call_VM_Event, Cancel_VM_Event, Client_Reg_Struc, Schedule_Thread_Event, Schedule_VM_Event