Miniport Drivers (Windows CE 5.0)

Send Feedback

Miniport drivers directly manage network adapters that are installed on a device. At the lower edge, miniport drivers use NDIS to communicate with the adapter hardware. At the upper edge, miniport drivers present an interface to allow protocol drivers to configure the adapter and to send and receive packets over the network.

A miniport driver maintains information about its capabilities and status, as well as information about each NIC that it controls. An object identifier (OID) identifies each information type. NDIS Objects are system-defined.

NDIS and higher-level drivers can query and, in some cases, set information using OIDs. Higher-level drivers call NdisRequest to query or set information. To perform a query operation, NDIS calls the miniport's MiniportQueryInformation function. To perform a set operation, NDIS calls the miniport's MiniportSetInformation function.

Windows CE currently supports miniport drivers for the following medium types:

  • Ethernet (802.3)
  • Token Ring (802.5)
  • IrDA
  • WAN and WWAN

See Also

Miniports, Intermediate Drivers, and Protocol Drivers | How to Develop a Connectionless NDIS Miniport Driver | Improving Performance of an NDIS Miniport Driver | MiniportQueryInformation | MiniportSetInformation | NdisRequest | NDIS Objects

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.