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