- 4.28.2.3. -
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.3. AllocRealModeCallBack
4.28.2.3. AllocRealModeCallBack
Targets: MS-DOS only
DPMI Unit
This function is used to obtain a unique real mode SEG:OFFSET that will
transfer control from real mode to a protected mode procedure.
Declaration:
function AllocateRealModeCallBack(HandlerAddr, RegsAddr: Pointer;
var HndSeg: Word;
var HndOfs: DWord): Boolean;
Remarks:
Returns True if successful.
See also:
FreeRealModeCallBack
- 4.28.2.3. -