Set protected mode exception handler.
Source position: go32.pp line 142
function set_pm_exception_handler( |
e: Byte; |
const intaddr: tseginfo |
):Boolean; |
set_pm_exception_handler sets the protected mode exception handler for exception E to intaddr. It returns True if the call was successful, False if not.
|
Set exception handler. |
|
|
Get protected mode exception handler. |