Get real mode interrupt vector.
Source position: go32.pp line 137
| function get_rm_interrupt( | 
| vector: Byte; | 
| var intaddr: tseginfo | 
| ):Boolean; | 
Returns the contents of the current machine's real mode interrupt vector for the specified interrupt.
Parameters:
Return values: True if successful, False otherwise.
| Remark: | The returned address is a real mode segment address, which isn't valid in protected mode. | 
Check the int31error variable.
| 
 | Set real mode interrupt handler. | |
| 
 | Set protected mode interrupt handler. | |
| 
 | Return protected mode interrupt handler. |