Jump to content

WpDeleteAllJobs: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 November 2025

  • curprev 06:1406:14, 4 November 2025 Martini talk contribs 1,201 bytes +1,201 Created page with "{{DISPLAYTITLE:wpDeleteAllJobs}} This instance method is called to delete all jobs in a printer (print destination) object. ==Syntax== _wpDeleteAllJobs(somSelf) ==Parameters== ;''somSelf'' (WPPrinter *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPPrinter. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. :'''TRUE''' Successful completion. :'''FALSE''' Error occurred. ==How to Override== This..."