Frees all resources associated with the handle.
void SLPClose(SLPHandle hSLP);
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.
Item | Description |
---|---|
hSLP | The SLPHandle handle returned from a call to SLPOpen(). |