Previous: TRmRegs type To the Table of Content Next: DPMI Unit Procedures and Functions

- 4.28.1.2 -
Standard Units
DPMI Unit
DPMI Unit Types

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: TRmRegs type To the Table of Content Next: DPMI Unit Procedures and Functions
TRmRegs type Table of Content DPMI Unit Procedures and Functions

- 4.28.1.2 -