Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Applications access the TCP/IP stack through the Windows Sockets (Winsock) interface. Winsock is used to discover and use the communications capabilities of underlying transport protocols. It enables programmers to create advanced Internet, intranet, and other network-capable applications to transmit application data across the wire, independent of the network protocol being used.

Winsock provides access to multiple transport protocols, including IPv6, allowing you to create applications that support multiple socket types.

Windows Embedded CE implements Winsock 2.2 and is fully backward compatible with the Winsock 1.1

See Also