Share via


Winsock Support in Windows Mobile

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

The Windows Mobile implementation of Winsock provides the following functionality.

Functionality Description

Support for multiple transport protocols including layered protocols and provider chains

Allows an application to use the Winsock interface to achieve simultaneous access to a number of installed transport protocols.

Sample code for a Layered Service Provider (LSP)

Shows how to create a layered service provider.

Overlapped I/O with scatter/gather

Incorporates the overlapped paradigm for socket I/O and incorporates scatter/gather capabilities as well, following the model established in Microsoft Win32® environments.

Protocol-independent name resolution facilities

Includes a standardized set of functions for querying and working with the many different name resolution domains that exist today.

Winsock Secure Sockets

Enables you to add a security infrastructure to an application using a set of specific Winsock extensions.

In This Section

Multiple Transport Protocols

Winsock Architecture

Winsock Overlapped I/O and Event Objects

Winsock Name Resolution

Backward Compatibility for Windows Sockets 1.1 Applications

Winsock Secure Sockets

See Also

Concepts

Layered Protocols and Provider Chains

Other Resources