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