include vmm.inc mov eax, TimeOut_Delay mov edx, Reference_Data mov esi, Async_Time_Out_Proc VMMcall Set_Async_Time_Out mov [TimeOut_Handle], esi
Schedules a time-out callback procedure that will be called after the specified length of time. Uses ESI, flags.
TimeOut_Delay
The specified number of milliseconds that must transpire before the time-out occurs.
Reference_Data
Data that's returned to the procedure.
Async_Time_Out_Proc
A callback procedure that is called when the time-out occurs.