Cancel_Call_When_Thread_Switched

mov     esi, OFFSET32 ThreadSwitchCallback
VMMCall Cancel_Call_When_Thread_Switched
jc      not_removed
 

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

ThreadSwitchCallback
Address of callback function to remove.

See Also

Call_When_Thread_Switched