- 4.24.2.20. -
Table of Contents
4. Standard Units
4.24. DOS - MSDOS support unit
4.24.2. DOS Unit Procedures and Functions
4.24.2.20. GetIntVec
4.24.2.20. GetIntVec
Targets: MS-DOS only
Dos Unit, WinDos Unit
Returns the address stored in a specified interrupt vector.
Declaration:
procedure GetIntVec(IntNo: Byte; var Vector: Pointer);
procedure GetIntVec(IntNo: Byte; var Vector: FarPointer);
Remarks:
Note that GetIntVec returns the address of a protected mode interrupt.
To get the vector of a real mode interrupt use GetRealIntVec.
Interrupts may occur while in protected mode or while in real mode.
See also:
SetIntVec
FarPointer
- 4.24.2.20. -