Previous: 4.28.2.29. GetEnableInterruptState To the Table of Contents Next: 4.28.2.31. GetFreeMemoryInfo
4.28.2.29. GetEnableInterruptState Table of Contents 4.28.2.31. GetFreeMemoryInfo

- 4.28.2.30. -
Table of Contents
4. Standard Units
4.28. DPMI - DOS Protected Mode Interface support unit
4.28.2. DPMI Unit Procedures and Functions
4.28.2.30. GetExceptionHandler


4.28.2.30. GetExceptionHandler

Targets: MS-DOS only


DPMI Unit

This function returns the pointer to the current protected mode exception handler for the specified exception number.

Declaration:
function GetExceptionHandler(ExpFault: Byte;
                              var Sel: Word;
                              var Offs: DWord): Boolean;
Remarks:
Returns True if successful.

See also:
SetExceptionHandler


Previous: 4.28.2.29. GetEnableInterruptState To the Table of Contents Next: 4.28.2.31. GetFreeMemoryInfo
4.28.2.29. GetEnableInterruptState Table of Contents 4.28.2.31. GetFreeMemoryInfo

- 4.28.2.30. -