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 2a - netbios - network print-stream control http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2A - NETBIOS - NETWORK PRINT-STREAM CONTROL
        AH = 06h
        AL = 01h set concatenation mode (all printer output put in one job)
             02h set truncation mode (default)
                 printer open/close starts new print job
             03h flush printer output and start new print job
Return: CF set on error
            AX = error code
        CF clear if successful
Note:   subfunction 03h is equivalent to Ctrl/Alt/keypad-*
SeeAlso: INT 21/AX=5D08h,5D09h, INT 2F/AX=1125h

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