Interrups | Categories | Contents |
AX = DE04h BX = mapping context of new process (see #00416 at INT 15/AX=1016h) DX = handle of process
Return:
Nothing
Notes: XMS XDI handler (installed by default) allocates a 22-byte record (see #03104) from "common" memory to control access to XMS memory. All DOS, BIOS, and DV API calls are valid in handler. Driver should pass this call to previous handler after processing it
See Also: AX=DE05h - AX=DE06h - INT 15/AX=5401h
Format of XMS XDI structure: Offset Size Description (Table 03104) 00h DWORD pointer to 10-byte record??? 04h DWORD pointer to next XMS XDI structure 08h WORD mapping context 0Ah BYTE ??? 0Bh 5 BYTEs XMS entry point to return for INT 2F/AX=4310h"XMS" (FAR jump to next field) 10h 6 BYTEs FAR handler for XMS driver entry point (consists of a FAR CALL followed by RETF)
Category: DESQview/TopView and Quarterdeck Programs - Int 2Fh - D
Interrups | Categories | Contents |