Remove_Exception_Handler


include vmm.inc

mov     esi, Exception          ; points to an Exception_Handler_Struc
VMMcall Remove_Exception_Handler

jc      not_removed             ; carry flag set if error

Removes the specified exception handler. Uses Flags.

Exception

Address of an exception handler structure containing information about the exception handler to remove. This exception handler must have been previously installed using the Install_Exception_Handler service.

See also Install_Exception_Handler