Interrupt 2Fh Function 0103h Cancel All Files in Print Queue

mov ax, 0103h ;Cancel All Files in Print Queue

int 2Fh ;Multiplex Interrupt

Cancel All Files in Print Queue (Interrupt 2Fh Function 0103h) stops the current print job and removes all files from the print queue.

Parameters

This function has no parameters.

Return Value

This function has no return value.

See Also

Interrupt 2Fh Function 0102h Remove File from Print Queue