- 4.28.2.42 -
Standard Units
DPMI Unit
DPMI Unit Procedures and FunctionsSetExceptionHandler 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
|
|
|
SetDPMIIntVec function |
Table of Content |
SetRealModeIntVec function |
- 4.28.2.42 -