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


The Remove_Exception_Handler service removes the specified exception handler.

Parameters

Exception

Points to 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.

Return Value

The carry flag is clear if the service is successful. Otherwise, the carry flag is set to indicate an error, such as an invalid exception handler address.

Uses

Flags

See Also

Install_Exception_Handler