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 61 - banyan vines - printer control http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 61 - Banyan VINES - PRINTER CONTROL
        AX = 0005h
        DS:DX -> request block
Return: AX = status
            0000h successful
            0001h network software not installed or incompatible

Format of request block:
Offset  Size    Description
 00h    WORD    function
                0201h "endspool" all data for a print job has been sent
                0205h "getactive" get currently active printer port
 02h    WORD    number of active port (1-3)
 04h    WORD    ??? (0 for func 0201h, 3 for func 0205h)
 06h    WORD    0000h

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