include vmm.inc
mov edi, TargetThread
mov ebx, BoosterThread
mov eax, Priority
mov edx, BoostID
VMMCall Set_Inversion_Pri
jc error
mov [InvertHandle], eax
Adds the given target thread to the priority inversion list. While a thread remains in the list, it has the same time-slice priority as that of the thread with the highest priority in the list. Uses EAX and Flags.
A virtual device can use the handle returned by this service in a subsequent call to Release_Inversion_Pri to remove the thread from the inversion list.
Reset_Inversion_Pri