PNRP and WSALookupServiceEnd
PNRP uses the WSALookupServiceEnd function to do the following:
- Terminate a query initiated in a previous call to WSALookupServiceBegin
- Unblock a call to WSALookupServiceNext to stop the search
A call to WSALookupServiceEnd terminates a query and cleans up the context. The handle obtained from a call to WSALookupServiceBegin must be passed as a parameter to WSALookupServiceEnd.
For more information about PNRP and the WSALookupServiceBegin function, see PNRP and WSALookupServiceBegin.
Related topics