This topic has not yet been rated - Rate this topic

Registration and Name Resolution

Windows Sockets 2 is a set of functions that standardizes the way applications access and use the various network naming services. When using these functions, applications need not distinguish the widely differing protocols associated with name services such as DNS, NIS, X.500, SAP, etc. To maintain full backward compatibility with Windows Sockets 1.1, the existing getXbyY and asynchronous WSAAsyncGetXbyY database-lookup functions continue to be supported, but are implemented in the Windows Sockets service provider interface in terms of the new name resolution capabilities. For more information, see the getservbyname and getservbyport functions. Also, see Compatible Name Resolution for TCP/IP in the Windows Sockets 1.1 SPI.

This section describes registration and name resolution capabilities available to Winsock developers. The following list describes the topics in this section:

Related topics

About Winsock
Using Winsock

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.