Category: DOS extenders
Flags: available only in protected mode, Undocumented function

INT 2F - Borland C++ DPMILOAD.EXE - LOAD PROTECTED-MODE EXECUTABLE???

	AX = FB42h
	BX = 0004h
	DS:DX -> ASCIZ filename of protected-mode executable
Return: CX = selector of ??? or 0000h
---BC3.0---
	DX = status (0000h,FFF4h,others???) (see #03129)
Note:	the filename may also be terminated by a CR rather than a NUL under the
	  BC++ 3.0 version of DPMILOAD