Get protected mode exception handler.
Source position: go32.pp line 141
| function get_pm_exception_handler( | 
| e: Byte; | 
| var intaddr: tseginfo | 
| ):Boolean; | 
get_pm_exception_handler returns the protected mode exception handler for exception E in intaddr. It returns True if the call was successful, False if not.
| 
 | Return current exception handler. | |
| 
 | Set protected mode exception handler. |