Previous: ExitProc variable To the Table of Content Next: FileMode variable

- 4.62.1.11 -
Standard Units
System Unit
System Unit Variables

FarPointer 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.


Previous: ExitProc variable To the Table of Content Next: FileMode variable
ExitProc variable Table of Content FileMode variable

- 4.62.1.11 -