- 4.28.2.42. -
Table of Contents
4. Standard Units
4.28. DPMI - DOS Protected Mode Interface support unit
4.28.2.37 RealModeInt
4.28.2.42. SetExceptionHandler
4.28.2.42. SetExceptionHandler
Targets: MS-DOS only
DPMI Unit
This function allows protected mode applications to intercept
processor exceptions that are not handled by the DPMI environment.
Programs may wish to handle exceptions such as not present segment
faults which would otherwise generate a fatal error.
Declaration:
function SetExceptionHandler(ExpFault: Byte;
Sel: Word;
Offs: DWord): Boolean;
Remarks:
Returns True is successful.
See also:
GetExceptionHandler
- 4.28.2.42. -