Previous: SetDPMIIntVec function To the Table of Content Next: SetRealModeIntVec function

- 4.28.2.42 -
Standard Units
DPMI Unit
DPMI Unit Procedures and Functions

SetExceptionHandler function

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


Previous: SetDPMIIntVec function To the Table of Content Next: SetRealModeIntVec function
SetDPMIIntVec function Table of Content SetRealModeIntVec function

- 4.28.2.42 -