- 4.74.2.20. -
Table of Contents
4. Standard Units
4.74. WinDos - MS-DOS function emulation for OS/2 and Win32
4.74.2. WinDos Unit Procedures and Functions
4.74.2.20. GetIntVec procedure
4.74.2.20. GetIntVec procedure
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.74.2.20. -