Share via


Creating a Custom Kernel Transport (Windows CE 5.0)

Send Feedback

You can create a custom kernel transport.

To create a custom transport, you must first create the files for the transport.

  1. Use the ICcTransport and ICcTransportStream interfaces to design your transport. These interfaces contain methods required to create the desktop-side part and the device-side part of the transport.

    For more information, see Transport Interfaces.

  2. After you have developed a custom transport, create the XSL files that specify the new transport for installation in the datastore, and register the transport DLL. The new transport XSL specification becomes part of the default datastore.

    For more information about the datastore XML/XSL schema, see Core Connectivity Datastore.

  3. After you build the transport and create the install files for the datastore, add your transport to the Target Device Connectivity Options dialog box in the IDE. If needed, you can also add the new transport to an SDK.

    For information about adding your kernel transport to the IDE, see Adding a Custom Transport to the Target Connectivity Dialog Box.

Before you can use your transport, you must configure it. For more information, see Configuring a Kernel Transport for CoreCon.

See Also

Transport Interfaces | Core Connectivity Datastore

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.