Previous: SelectorInc function To the Table of Content Next: SetExceptionHandler function

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

SetDPMIIntVec function

Targets: MS-DOS only


DPMI Unit

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

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

See also: GetDPMIIntVec


Previous: SelectorInc function To the Table of Content Next: SetExceptionHandler function
SelectorInc function Table of Content SetExceptionHandler function

- 4.28.2.41 -