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.
Exception_Handler_Struc
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
Exception_Handler_Struc STRUC
EH_Reserved     dd      ?
EH_Start_EIP    dd      ?
EH_End_EIP      dd      ?
EH_Handler      dd      ?
Exception_Handler_Struc ENDS
 
The Exception_Handler_Struc structure contains information about a ring-0
exception handler.
 
Member        Description
────────────────────────────────────────────────────────────────────────────
 
EH_Reserved   Reserved; must be zero.
 
EH_Start_EIP  Specifies the starting address of the exception handler's
              supported range of addresses.
 
EH_End_EIP    Specifies the ending address of the exception handler's
              supported range of addresses.
 
EH_Handler    Points to the exception handler.
 
See Also
 
Install_Exception_Handler