[Overview][Constants][Types][Procedures and functions][Variables] |
Set exception handler
Source position: go32.pp line 126
function set_exception_handler( |
e: Byte; |
const intaddr: tseginfo |
):Boolean; |
set_exception_handlersets the exception handler for exception Eto intaddr. It returns Trueif the call was successful, Falseif not.
|
Return current exception handler |
|
|
Set protected mode exception handler |