QUEUEPACKET STRUC
qpLevel db 0 ;level, must be zero
qpFilename dd ? ;segment:offset pointing to ASCIIZ path
QUEUEPACKET ENDS
The QUEUEPACKET structure contains information used to add a file to the printing queue.
qpLevel
Specifies the queue level. This field must be 00h for current versions of MS-DOS.
qpFilename
Contains the 32-bit address of a zero-terminated string specifying the path of the file to add to the queue. This string must be a valid MS-DOS path and must not contain wildcards. If the specified file exists, PRINT.EXE adds the file to the queue.
Interrupt 2Fh Function 0101h Add File to Queue