Previous: 4.28.2.36. MapPhysicalToLinear To the Table of Contents Next: 4.28.2.38. ResizeDosMemoryBlock
4.28.2.36. MapPhysicalToLinear Table of Contents 4.28.2.38. ResizeDosMemoryBlock

- 4.28.2.37 -
Table of Contents
4. Standard Units
4.28. DPMI - DOS Protected Mode Interface support unit
4.28.2.37 RealModeInt


4.28.2.37 RealModeInt

Targets: MS-DOS only


DPMI Unit

This function simulates an interrupt in real mode. It will invoke the CS:IP specified by the real mode interrupt vector and the handler must return by executing an iret.

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

See also:
TRmRegs type
ClearRmRegs
GetRealModeIntVec
SetRealModeIntVec


Previous: 4.28.2.36. MapPhysicalToLinear To the Table of Contents Next: 4.28.2.38. ResizeDosMemoryBlock
4.28.2.36. MapPhysicalToLinear Table of Contents 4.28.2.38. ResizeDosMemoryBlock

- 4.28.2.37 -