Previous: 4.28.2.13. DosMemoryFree To the Table of Contents Next: 4.28.2.15. FarGetDWord
4.28.2.13. DosMemoryFree Table of Contents 4.28.2.15. FarGetDWord

- 4.28.2.14. -
Table of Contents
4. Standard Units
4.28. DPMI - DOS Protected Mode Interface support unit
4.28.2. DPMI Unit Procedures and Functions
4.28.2.14. FarGetByte


4.28.2.14. FarGetByte

Targets: MS-DOS only


DPMI Unit

Returns byte value from specified offset of specified protected mode segment (selector).

Declaration:
function FarGetByte(Seg: Word; Offs: DWord): Byte;
Returns word value from specified offset of specified protected mode segment (selector).

See also:
  • FarGetDWord
  • FarGetWord
  • FarPutByte
  • FarPutDWord
  • FarPutWord



  • Previous: 4.28.2.13. DosMemoryFree To the Table of Contents Next: 4.28.2.15. FarGetDWord
    4.28.2.13. DosMemoryFree Table of Contents 4.28.2.15. FarGetDWord

    - 4.28.2.14. -