Previous: 4.28.2.6. CallRealModeIRet To the Table of Contents Next: 4.28.2.8. CreateCodeAlias
4.28.2.6. CallRealModeIRet Table of Contents 4.28.2.8. CreateCodeAlias

- 4.28.2.7. -
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.7. ClearRmRegs


4.28.2.7. ClearRmRegs

Targets: MS-DOS only


DPMI Unit

This procedure clears (fills with zero) the Real Mode registers structure. You must do it before you call any function, which uses it!

Declaration:
procedure ClearRmRegs(var Regs: TRmRegs);
See also:
RealModeInt
TRmRegs type


Previous: 4.28.2.6. CallRealModeIRet To the Table of Contents Next: 4.28.2.8. CreateCodeAlias
4.28.2.6. CallRealModeIRet Table of Contents 4.28.2.8. CreateCodeAlias

- 4.28.2.7. -