Share via


Transport API (Windows CE 5.0)

Send Feedback

The Transport API set is divided between a desktop-side transport interface and a device-side transport interface. The desktop side of the Transport API exposes the ITransport and ITransportConnection interfaces. These interfaces provide functionality that allows you to create the desktop side of the transport. The device side of the Transport API provides a standard dynamic-link library (DLL) file, which exports the CreateTransport function as a single entry point.

In the top-level Platman directory for Platform Manager, the Tl.h and Tl.idl files for the transport interfaces are located in the Sdk\Wce420\Platman\Include directory.

Note   Core Connectivity replaces Platform Manager and provides a connectivity infrastructure that is similar to the infrastructure that Platform Manager provides. Use the Core Connectivity API. Do not use the Platform Manager API except in existing code that does not need to be compatible with future releases of Windows CE. For more information about Core Connectivity, see Core Connectivity Infrastructure.

See Also

Host-Side Transport API Elements | Device-Side Transport API Elements

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.