Cancel_Call_When_Task_Switched

mov     esi, OFFSET32 TaskSwitchCallback
VMMCall Cancel_Call_When_Task_Switched
jc      not_removed
 

Removes a callback function installed by a previous call to Call_When_Task_Switched. Uses Flags.

TaskSwitchCallback
Address of callback function to remove.

See also Call_When_Task_Switched