NWPSCfgEndNextPrintQueueAttr(3nw)


NWPSCfgEndNextPrintQueueAttr -- frees up memory and performs other cleanups associated with scan started by NWPSCfgGetFirstPrintQueueAttr

Synopsis

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

NWCCODE NWAPI NWPSCfgEndNextPrintQueueAttr (NWPSListHandle handle);

Description

The parameters are as follows:

handle
(IN) Specifies the value returned from NWPSCfgGetFirstPrintQueueAttr.

Return values

0x0000
Successful

-1
General Error

other
Bindery Error

Notices

NWPSCfgEndNextPrintQueueAttr is required only if the handle returned from NWPSCfgGetFirstPrintQueueAttr is non-zero. Calling NWPSCfgEndNextPrintQueueAttr with a handle of zero has no effect.

Services

Print Server

References

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