Int 2F/AX=FB42h/BX=000Ah

Prev Next Ralf Interrups Categories Contents

------

Borland C++ 3.0 DPMILOAD.EXE - INIT DPMI HOST AND SPAWN SUBSHELL

AX = FB42h
BX = 000Ah
CX = 0001h
DX = ???
SI = ???

Return:
After user exits subshell

Notes: This call is used by DPMIRES; unlike most of the DPMILOAD calls, this function is not available in protected mode.. The BC2.0 version of DPMILOAD is purely a DPMI loader, while the BC3.0 version also adds a DPMI host and DOS extender.

See Also: AX=FB42h/BX=0004h - AX=FB42h/BX=0015h

Category: DOS Extenders - Int 2Fh - B

------

Prev Next Ralf Interrups Categories Contents