wpHoldPrinter - Example Code

VOID Abort_All_Jobs( SOMAny *self )

{

   CHAR   szTitle[256];           /* Title of printer object */

   strcpy( szTitle, _wpQueryTitle( self ) );

   somPrintf("%s: Deleting all jobs.\n", szTitle);

   _wpSetDefaultPrinter( self );

   _wpHoldPrinter( self );

   _wpDeleteAllJobs( self );

}


[Back: wpHoldPrinter - Related Methods]
[Next: wpHoldPrinter - Topics]