Function set_rm_interrupt (vector : byte; const intaddr : tseginfo) : boolean;
Sets a real mode interrupt handler
Parameters:
Return values: True if successful, otherwise false.
Notes: The address supplied MUST be a real mode segment address, not a selector:offset address. So the interrupt handler must either reside in DOS memory (below 1 Mb boundary) or the application must allocate a real mode callback address with get_rm_callback .
Check int31error variable
get_rm_interrupt, set_pm_interrupt, get_pm_interrupt, get_rm_callback