Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following table shows the Winsock functions that are used by PNRP with a description of the purpose of each.
Programming element | Description |
---|---|
WSALookupServiceBegin (Windows Sockets) | PNRP uses this function to start the process that allows an application to resolve a peer name and enumerate network clouds. For information about these procedures, see Resolving a Peer Name and Enumerating Clouds. |
WSALookupServiceEnd (Windows Sockets) | PNRP uses this function to terminate a query initiated in a previous call to WSALookupServiceBegin and unblock a call to WSALookupServiceNext to stop the search. |
WSALookupServiceNext (Windows Sockets) | PNRP uses this function to match queries specified in a previous call to WSALookupServiceBegin. |
WSANSPIoctl | PNRP uses this function to receive notifications about changes to a network cloud list and availability of results of a name resolution request. For information about using this function, see Receiving Notifications by Using WSANSPIoctl. |
WSASetService (Windows Sockets) | PNRP this function to register or remove peer names. For more information about these procedures, see Registering a Peer Name and Unregistering a Peer Name. |
See Also
Send Feedback on this topic to the authors