[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Set exception handler
Source position: go32.pp line 137
function set_exception_handler( |
e: Byte; |
const intaddr: tseginfo |
):Boolean; |
set_exception_handler sets the exception handler for exception E to intaddr. It returns True if the call was successful, False if not.
|
Return current exception handler |
|
|
Set protected mode exception handler |