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 3+ print.com - hold queue/get status http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - DOS 3+ PRINT.COM - HOLD QUEUE/GET STATUS
        AX = 0104h
Return: CF set on error
            AX = error code
                01h function invalid
                02h file not found
                03h path not found
                04h too many open files
                05h access denied
                08h queue full
                09h spooler busy
                0Ch name too long
                0Fh drive invalid
        DX = error count
        DS:SI -> print queue (null-string terminated list of 64-byte ASCIZ
                 file names)
SeeAlso: AX=0105h

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