PrtGAbortPrintJob: Difference between revisions
Appearance
mNo edit summary |
m Ak120 moved page OS2 API:PrintGraph:PrtGAbortPrintJob to PrtGAbortPrintJob |
(No difference)
| |
Revision as of 18:38, 27 January 2017
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