Previous: 4.28.1.1. TRmRegs type To the Table of Contents Next: 4.28.2. DPMI Unit Procedures and Functions
4.28.1.1. TRmRegs type Table of Contents 4.28.2. DPMI Unit Procedures and Functions

- 4.28.1.2. -
Table of Contents
4. Standard Units
4.28. DPMI - DOS Protected Mode Interface support unit
4.28.1. DPMI Unit Types
4.28.1.2. TDescriptor type


4.28.1.2. TDescriptor type

Targets: MS-DOS only


DPMI Unit

Declaration:
type
   TDescriptor = record
   SegmentLimit: Word;
   BaseAddressL: Word;
   BaseAddressH: Byte;
   FlagsL:       Byte;
   FlagsH:       Byte;
   BaseAddressU: Byte;
end;



Previous: 4.28.1.1. TRmRegs type To the Table of Contents Next: 4.28.2. DPMI Unit Procedures and Functions
4.28.1.1. TRmRegs type Table of Contents 4.28.2. DPMI Unit Procedures and Functions

- 4.28.1.2. -