Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- DOS 5.0 Ref. - <b>int 2fh / 0101h add file to queue dos 3.0+</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 2Fh / 0101h         Add File to Queue                            DOS 3.0+

    Adds a file to the PRINT queue.

        Entry   AX    = 0101h
                DS:DX = Pointer to a QueuePacket structure

        Return  Nothing
                or
                AX = Error code, if CF is set
                     | 01h Invalid function
                     | 02h File not found
                     | 03h Path not found
                     | 04h No handle available
                     | 05h Access denied
                     | 08h Queue full
                     | 0Ch Invalid access
                     | 0Dh Invalid drive

See Also: 0102h QueuePacket

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