Previous: 4.28.2.40. SelectorInc To the Table of Contents Next: 4.28.2.42. SetExceptionHandler
4.28.2.40. SelectorInc Table of Contents 4.28.2.42. SetExceptionHandler

- 4.28.2.41. -
Table of Contents
4. Standard Units
4.28. DPMI - DOS Protected Mode Interface support unit
4.28.2.37 RealModeInt
4.28.2.41. SetDPMIIntVec


4.28.2.41. SetDPMIIntVec

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: 4.28.2.40. SelectorInc To the Table of Contents Next: 4.28.2.42. SetExceptionHandler
4.28.2.40. SelectorInc Table of Contents 4.28.2.42. SetExceptionHandler

- 4.28.2.41. -