ShutdownSAP(3sapd)


ShutdownSAP -- discontinue advertising all services advertised by calling process

Synopsis

#include <sap_dos.h> 

int ShutdownSAP(void);

Description

ShutdownSAP is compatible with native NetWare® and it instructs the SAP daemon to discontinue advertising of all services advertised by the calling process, if any. This call always returns a zero (0).

Return values

0
successful

Examples

   ret = ShutdownSAP(); 

References

AdvertiseService(3sapd), SAPAdvertiseMyServer(3sapd)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.