Previous: GetDisableInterruptState function To the Table of Content Next: GetDPMIVer function

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

GetDPMIIntVec function

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: GetDisableInterruptState function To the Table of Content Next: GetDPMIVer function
GetDisableInterruptState function Table of Content GetDPMIVer function

- 4.28.2.26 -