Previous: 4.28.2.32. GetInterruptState To the Table of Contents Next: 4.28.2.34. GetSegmentBaseAddress
4.28.2.32. GetInterruptState Table of Contents 4.28.2.34. GetSegmentBaseAddress

- 4.28.2.33. -
Table of Contents
4. Standard Units
4.28. DPMI - DOS Protected Mode Interface support unit
4.28.2. DPMI Unit Procedures and Functions
4.28.2.33. GetRealModeIntVec


4.28.2.33. GetRealModeIntVec

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: 4.28.2.32. GetInterruptState To the Table of Contents Next: 4.28.2.34. GetSegmentBaseAddress
4.28.2.32. GetInterruptState Table of Contents 4.28.2.34. GetSegmentBaseAddress

- 4.28.2.33. -