Previous: 4.28.2.4. AllocateSpecificDescriptor To the Table of Contents Next: 4.28.2.6. CallRealModeIRet
4.28.2.4. AllocateSpecificDescriptor Table of Contents 4.28.2.6. CallRealModeIRet

- 4.28.2.5. -
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.5. CallRealModeFar


4.28.2.5. CallRealModeFar

Targets: MS-DOS only


DPMI Unit

This function calls a real mode procedure. The called procedure must execute a far return when it completes.

Declaration:
function CallRealModeFar(var Regs: TRmRegs): Boolean;
Remarks:
Returns True if successful.

See also:
TRmRegs type


Previous: 4.28.2.4. AllocateSpecificDescriptor To the Table of Contents Next: 4.28.2.6. CallRealModeIRet
4.28.2.4. AllocateSpecificDescriptor Table of Contents 4.28.2.6. CallRealModeIRet

- 4.28.2.5. -