next up previous contents index
Next: set_rm_interrupt Up: Functions and Procedures Previous: dosmemfillword

get_rm_interrupt

   

Declaration:

Function get_rm_interrupt (vector : byte; var intaddr : tseginfo) : boolean;

Description:

Returns the contents of the current machine's real mode interrupt vector for the specified interrupt.

Parameters:

vector:
interrupt vector number
intaddr:
buffer to store real mode segment:offset address

Return values: True if successful, false otherwise

Notes: The returned address is a real mode segment address, which isn't valid in protected mode.

Errors:

Check int31error variable

See also:

set_rm_interrupt, set_pm_interrupt, get_pm_interrupt



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998