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.
Interrupt
The interrupt for which the hook procedure should be removed.
Hook_Proc
The hook procedure which should be removed.
The hook procedure being removed must have been installed using the Hook_V86_Int_Chain.