Jump to content

PrtGAbortPrintJob

From EDM2
Revision as of 15:09, 4 October 2023 by Ak120 (talk | contribs) (Parameters)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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).

Example Code

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

ok = PrtGRxAbortPrintJob( printer);

Related Functions

  • PrtGRxOpenPrintJob
  • PrtGRxClosePrintJob