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