Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 2f - multiplex - dos 4+ ansi.sys internal - misc requests http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - DOS 4+ ANSI.SYS internal - MISC REQUESTS
        AX = 1A02h
        DS:DX -> parameter block (see below)
SeeAlso: AX=1A01h

Format of parameter block:
Offset  Size    Description
 00h    BYTE    subfunction
                00h set/reset interlock
                01h get /L flag
 01h    BYTE    interlock state
                00h=reset, 01h=set
                  This interlock prevents some of the ANSI.SYS post-processing
                  in its hook onto INT 10, AH=00h mode set
 02h    BYTE    (returned)
                00h if /L not in effect
                01h if /L in effect

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson