- 4.24.2.20 -
Standard Units
Dos Unit
Dos Unit Procedures and FunctionsGetIntVec 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
|
|
|
GetFTime procedure |
Table of Content |
GetTime procedure |
- 4.24.2.20 -