Exception_Handler_Struc

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.

Fields

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