Previous: 4.67.1.10. ExitProc variable To the Table of Contents Next: 4.67.1.12. FileMode variable
4.67.1.10. ExitProc variable Table of Contents 4.67.1.12. FileMode variable

- 4.67.1.11. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.1. System Unit Variables
4.67.1.11. FarPointer type


4.67.1.11. 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: 4.67.1.10. ExitProc variable To the Table of Contents Next: 4.67.1.12. FileMode variable
4.67.1.10. ExitProc variable Table of Contents 4.67.1.12. FileMode variable

- 4.67.1.11. -