- 4.62.1.11 -
Standard Units
System Unit
System Unit VariablesFarPointer type
Targets: MS-DOS, OS/2, Win32
System Unit
Declaration:
MS-DOS target
type FarPointer = record
Ofs: Pointer;
Seg: Word
end;
OS2 and Win32 targets
type FarPointer = Pointer;
Remarks
FarPointer type used by
SetIntVec and
GetIntVec procedures.
|
|
|
ExitProc variable |
Table of Content |
FileMode variable |
- 4.62.1.11 -