Int 2F Fn 0101 - Dos 3.0+ Print - Submit File For Printing [c]
AX = 0101h
DS:DX -> submit packet (see #2280)
Return: CF clear if successful
AL = status
01h added to queue
9Eh now printing
CF set on error
AX = error code (see #2281,#1366 at INT 21/AH=59h/BX=0000h)
See Also: AX=0102h
Format of PRINT submit packet:
Offset Size Description (Table 2280)
00h BYTE level (must be 00h)
01h DWORD pointer to ASCIZ filename (no wildcards)
(Table 2281)
Values for PRINT error code:
0001h invalid function
0002h file not found
0003h path not found
0004h out of file handles
0005h access denied
0008h print queue full
0009h spooler busy
000Ch name too long
000Fh invalid drive