Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Remove_Exception_Handler
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
mov     esi, Exception          ; points to an Exception_Handler_Struc
VMMcall Remove_Exception_Handler
 
jc      not_removed             ; carry set if error
 
The Remove_Exception_Handler service removes the specified exception
handler.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
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, Exception_Handler_Struc