SLPClose Subroutine
Purpose
Frees all resources associated with the handle.
Syntax
void SLPClose(SLPHandle hSLP);
Description
The SLPClose subroutine frees all resources associated with the handle. If the handle was invalid, the function returns silently. Any outstanding synchronous or asynchronous operations are cancelled so that their callback functions will not be called any further.
Parameters
Item | Description |
---|---|
hSLP | The SLPHandle handle returned from a call to SLPOpen(). |