Jump to content

PrtGAbortPrintJob

From EDM2
Revision as of 21:50, 14 September 2016 by Martini (talk | contribs) (Created page with "==Description== Aborts the print job and deletes the document from the print queue. ==Syntax== <PRE> ok = PrtGRxAbortPrintJob( printer); </PRE> ==Parameters== ; printer: Id...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Aborts the print job and deletes the document from the print queue.

Syntax

ok = PrtGRxAbortPrintJob( printer);

Parameters

printer
Identifier for the printer object from PrtGRxInit.

Return Code

TRUE (1) if successful else FALSE (0).

Remarks

Example Code


/********************************************************************/
/* Abort the print job                                              */
/********************************************************************/

ok = PrtGRxAbortPrintJob( printer);

Related Functions