Set_Group_Static_Boost


include vmm.inc

mov     edi, ThreadHandle
mov     eax, BoostAmount
VMMcall Set_Group_Static_Boost

Boosts the time-slice priorities of all thread in a thread group by the specified amount with no time decay. Uses Flags.

ThreadHandle

Handle of a thread in a thread group.

BoostAmount

A signed integer value representing the number of milliseconds to lengthen or shorten the time slice.

See also Attach_Thread_To_Group