NWPSCfgEndNextNServer(3nw)


NWPSCfgEndNextNServer -- frees memory and performs cleanups associated with scan started by NWPSCfgGetFirstNServer

Synopsis

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

NWCCODE NWAPI NWPSCfgEndNextNServer (NWPSListHandle handle);

Description

The parameters are as follows:

handle
(IN) Specifies the value returned from NWPSCfgGetFirstNServer.

Return values

0x0000
Successful

-1
General Error

other
Bindery Error

Notices

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

Services

Print Server

References

NWPSCfgGetFirstNServer(3nw), NWPSCfgGetNextNServer(3nw), NWPSCfgVerifyNServer(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.