- 4.28.2.37 -
Standard Units
DPMI Unit
DPMI Unit Procedures and Functions
RealModeInt function
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
MapPhysicalToLinear function
Table of Content
ResizeDosMemoryBlock function
- 4.28.2.37 -