INT 21 - Novell NetWare - PRINT SERVICES - CANCEL SPECIFIC LPTAbbreviation for Line PrinTer. CAPTURE
	AH = DFh
	DL = 06h
	DH = LPTAbbreviation for Line PrinTer. port (00h-02h)
Return: AL = status
	    00h successful
Desc:	this function ends the capture of the specified LPTAbbreviation for Line PrinTer., removes the job
	  from the print queue, and deletes the capture file unless it is a
	  permanent capture file
Notes:	this function is supported by Advanced NetWare 2.1+
	after this call, the specified LPTAbbreviation for Line PrinTer. defaults to local printing
SeeAlso: AH=DFh/DL=02h,AH=DFh/DL=04h,AH=DFh/DL=05h,AH=DFh/DL=07h