Int 2F/AX=160Fh

Prev Next Ralf Interrups Categories Contents

------

MS-DOS 7 kernel - GET/SET ??? HANDLER

AX = 160Fh
BL = subfunction
00h get ??? handler

Return:
AX = 0000h if supported CX:DX -> handler to which control is passed after ??? executes = 160Fh inside a Windows 95B DOS box 01h set ??? handler CX:DX -> new handler for ???

Return:
AX = 0000h if supported

Notes: This function is not supported if ??? in the IO.SYS drivers portion of the kernel is an IRET instruction (as is the case on my system) rather than a FAR JMP. The indicated handler seems to be related to INT 10 processing

See Also: AX=160Eh - AX=1611h - AX=1614h

Category: DOS Kernel - Int 2Fh - M

------

Prev Next Ralf Interrups Categories Contents