[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'go32' (#rtl)

set_exception_handler

Set exception handler

Declaration

Source position: go32.pp line 126

function set_exception_handler(

  e: Byte;

  const intaddr: tseginfo

):Boolean;

Description

set_exception_handlersets the exception handler for exception Eto intaddr. It returns Trueif the call was successful, Falseif not.

See also

get_exception_handler

  

Return current exception handler

set_pm_exception_handler

  

Set protected mode exception handler