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 - submit file http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - DOS 3+ PRINT.COM - SUBMIT FILE
        AX = 0101h
        DS:DX -> packet (see below)
Return: CF set on error
            AX = error code
        CF clear if successful
            AL = 01h added to queue
                 9Eh now printing
SeeAlso: AX=0102h

Format of submit packet:
Offset  Size    Description
 00h    BYTE    level (must be 0)
 01h    DWORD   pointer to ASCIZ filename (no wildcards)

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