Cancel_Call_When_Idle

include vmm.inc

mov     esi, OFFSET32 IdleCallback
VMMCall Cancel_Call_When_Idle
jc      not_removed
 

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

IdleCallback
Address of callback function to remove.

See Also

Call_When_Idle