Int 21 Fn E0 - Novell Netware - Print Services - Specify Capture File [N]

AH = E0h subfn 09h
DS:SI -> request buffer (see #1505)
ES:DI -> reply buffer (see #1506)

Return: AL = status
00h successful
9Ch invalid path
Desc: create a permanent capture file for the next print capture to be
started

Notes: this function is supported by NetWare 4.0+, Advanced NetWare 1.0+, and
Alloy NTNX
the caller must have read, write, and create rights for the directory
containing the capture file

Format of NetWare "Specify Capture File" request buffer:
Offset Size Description (Table 1505)
00h WORD length of following data (max 102h)
02h BYTE 09h (subfunction "Specify Capture File")
03h BYTE directory handle or 00h
04h BYTE length of filename
05h N BYTEs name of capture file

See Also: #1506

Format of NetWare reply buffer:
Offset Size Description (Table 1506)
00h WORD (call) 0000h (no results returned)

See Also: #1505