Previous: GetInterruptState function To the Table of Content Next: GetSegmentBaseAddress function

- 4.28.2.33 -
Standard Units
DPMI Unit
DPMI Unit Procedures and Functions

GetRealModeIntVec function

Targets: MS-DOS only


DPMI Unit

This function returns the value of the current task's real mode interrupt vector for the specified interrupt.

Declaration:
function GetRealModeIntVec(IntNo: Byte;
                            var RSeg,ROfs: Word): Boolean;
Remarks:
Returns segment and offset of real mode interrupt handler.

See also:
SetRealModeIntVec


Previous: GetInterruptState function To the Table of Content Next: GetSegmentBaseAddress function
GetInterruptState function Table of Content GetSegmentBaseAddress function

- 4.28.2.33 -