Service Location Protocol Library Functions SLPClose(3SLP)
NAME
SLPClose - close an open SLP handle
SYNOPSIS
cc [ flag... ] file... -lslp [ library... ]
#include
void SLPClose(SLPHandle phSLP);
DESCRIPTION
The SLPClose() function frees all resources associated with
the handle. If the handle is invalid, the function returnssilently. Any outstanding synchronous or asynchronous opera-
tions are cancelled, so that their callback functions will not be called any furtherPARAMETERS
phSLP An SLPHandle handle returned from a call to SPLO-
pen().ERRORS
This function or its callback may return any SLP error code.See the ERRORS section in slp_api(3SLP).
EXAMPLES
Example 1 Using SLPClose()
The following example will free all resources associated the handle: SLPHandle hslp SLPCLose(hslp); ENVIRONMENT VARIABLESSLP_CONF_FILE When set, use this file for configuration.
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:SunOS 5.11 Last change: 16 Jan 2003 1
Service Location Protocol Library Functions SLPClose(3SLP)
____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | service/network/slp ||_____________________________|_____________________________|
SEE ALSO
slpd(1M), slp_api(3SLP), slp.conf(4), slpd.reg(4), attri-
butes(5) System Administration Guide: Network ServicesKempf, J. and Guttman, E. RFC 2614, An API for Service Loca-
tion. The Internet Society. June 1999.SunOS 5.11 Last change: 16 Jan 2003 2