include vmm.inc
mov eax, Interrupt
mov esi, OFFSET32 Hook_Proc
VMMCall Unhook_V86_Int_Chain
jc Error_Handler
Removes the hook procedure for the specified interrupt. Uses flags.
The hook procedure being removed must have been installed using the Hook_V86_Int_Chain.