Previous: 4.28.1. DPMI Unit Types To the Table of Contents Next: 4.28.1.2. TDescriptor type
4.28.1. DPMI Unit Types Table of Contents 4.28.1.2. TDescriptor type

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


4.28.1.1. TRmRegs type

Targets: MS-DOS only


DPMI Unit

Declaration:
type
   TRmRegs = record
    case integer of 
      1: (edi,esi,ebp,_res,ebx,edx,ecx,eax: Longint;
          flags,es,ds,fs,gs,ip,cs,sp,ss: Word);
      2: (_dmy2: array [0..15] of byte);
      3: (di,i1,si,i2,bp,i3,i4,i5,bx,b3,dx,d3,cx,c3,ax: Word);
end;



Previous: 4.28.1. DPMI Unit Types To the Table of Contents Next: 4.28.1.2. TDescriptor type
4.28.1. DPMI Unit Types Table of Contents 4.28.1.2. TDescriptor type

- 4.28.1.1. -