Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.75 KB

registration-and-name-resolution-2.md

File metadata and controls

33 lines (20 loc) · 1.75 KB
description ms.assetid title ms.topic ms.date
Windows Sockets 2 is a set of functions that standardizes the way applications access and use the various network naming services.
e245475c-26cc-491f-b335-b1b6a816dc3c
Registration and Name Resolution
article
05/31/2018

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