wpDeleteAllJobs - Syntax

This instance method is called to delete all jobs in a printer (print destination) object.

#define INCL_WINWORKPLACE
#include <os2.h>

WPPrinter     *somSelf;  /*  Pointer to the object on which the method is being invoked. */
BOOL           rc;       /*  Success indicator. */

rc = _wpDeleteAllJobs(somSelf);


[Back: wpDeleteAllJobs]
[Next: wpDeleteAllJobs Parameter - somSelf]