include vmm.inc mov ebx, VMHandle mov eax, BoostAmount VMMcall Set_VM_Static_Boost
Boosts a virtual machine's time-slice priority by the specified amount with no time decay. If VMHandle identifies the system virtual machine, the service boosts all threads in the virtual machine by the specified amount. Uses Flags.
VMHandle
Handle of the virtual machine to boost.
BoostAmount
A signed integer value representing the number of milliseconds to lengthen or shorten the time slice.
See also Set_Thread_Static_Boost