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
Notes: The returned address is a real mode segment address, which isn't valid in protected mode.
Check int31error variable
set_rm_interrupt, set_pm_interrupt, get_pm_interrupt