Miniports, Intermediate Drivers, and Protocol Drivers (Windows CE 5.0)

Send Feedback

Microsoft Windows CE supports the following three basic types of kernel-mode network drivers:

  • Miniport Drivers

    A miniport driver directly manages a network interface card (NIC) and provides an interface to higher-level drivers.

  • Intermediate Drivers

    An intermediate protocol driver interfaces between upper-level protocol drivers, such as a legacy transport driver, and a miniport driver. You might develop an intermediate protocol driver to perform media translation between an existing legacy transport driver and a miniport that manages a NIC for a new medium type unknown to the transport driver.

  • Protocol Drivers

    An upper level protocol driver implements a Transport Driver Interface (TDI) or another application-specific interface at its upper-edge to provide services to users of the network. At its lower edge, this type of driver provides a protocol interface to pass packets to and receive incoming packets from the next-lower driver.

    ms892498.ndis(en-us,MSDN.10).gif

See Also

Network Driver Development Concepts | Miniport Drivers | Intermediate Drivers | Protocol Drivers

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.