Previous: AllocDosMemoryBlock function To the Table of Content Next: AllocateSpecificDescriptor function

- 4.28.2.3 -
Standard Units
DPMI Unit
DPMI Unit Procedures and Functions

AllocRealModeCallBack function

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


Previous: AllocDosMemoryBlock function To the Table of Content Next: AllocateSpecificDescriptor function
AllocDosMemoryBlock function Table of Content AllocateSpecificDescriptor function

- 4.28.2.3 -