NWPSJobEndNextJob(3nw)


NWPSJobEndNextJob -- frees memory and does cleanups associated with scan started by NWPSJobGetFirstJob

Synopsis

   #include <nwps_cfg.h> 
   or 
   #include <nwpsrv.h> 
   

NWCCODE NWAPI NWPSJobEndNextJob (NWPSListHandle handle);

Description

The parameters are as follows:

handle
(IN) Specifies the value returned from NWPSJobGetFirstJob.

Return values

0x0000
Successful

-1
General Error

other
Bindery or Directory Services Errors

Notices

NWPSJobEndNextJob is required only if the handle returned from NWPSJobGetFirstJob was non-zero. Calling NWPSJobEndNextJob with a handle of 0 has no effect.

Services

Print Server

References

NWPSJobGetFirstJob(3nw), NWPSJobGetNextJob(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.