include vmm.inc mov edi, ThreadHandle mov eax, BoostAmount VMMcall Set_Thread_Static_Boost
Boosts a thread's time-slice priority by the specified amount with no time decay. Uses Flags.
ThreadHandle
Handle of the thread to boost.
BoostAmount
A signed integer value representing the number of milliseconds to lengthen or shorten the time slice.
See also Set_VM_Static_Boost