Previous: 4.28.2.25. GetDisableInterruptState To the Table of Contents Next: 4.28.2.27. GetDPMIVer
4.28.2.25. GetDisableInterruptState Table of Contents 4.28.2.27. GetDPMIVer

- 4.28.2.26. -
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.26. GetDPMIIntVec


4.28.2.26. GetDPMIIntVec

Targets: MS-DOS only


DPMI Unit

This function returns the selector and offest of the current protected mode interrupt handler for the specified interrupt number.

Declaration:
function GetDPMIIntVec(IntNo: Byte;
                        var Sel: Word;
                        var Offs: DWord): Boolean;
Remarks:
Returns True if successful.

See also:
SetDPMIIntVec


Previous: 4.28.2.25. GetDisableInterruptState To the Table of Contents Next: 4.28.2.27. GetDPMIVer
4.28.2.25. GetDisableInterruptState Table of Contents 4.28.2.27. GetDPMIVer

- 4.28.2.26. -