SplReleaseJob - Syntax

This function releases a held print job.

#define INCL_SPL /* Or use INCL_PM, */
#include <os2.h>

PSZ       pszComputerName;  /*  Name of computer where job is to be continued. */
PSZ       pszQueueName;     /*  Queue Name. */
ULONG     ulJob;            /*  Job identification number. */
SPLERR    rc;               /*  Return code. */

rc = SplReleaseJob(pszComputerName, pszQueueName,
       ulJob);


[Back: SplReleaseJob]
[Next: SplReleaseJob Parameter - pszComputerName]