Share via


Choosing a Receive Function (Windows Embedded CE 6.0)

1/6/2010

The way in which a connectionless miniport passes incoming packets to upper layers determines whether it must register a MiniportReturnPacket function or a MiniportTransferData function. The following list shows the options for choosing a receive function.

  • If the miniport indicates packets to upper layers by calling NdisMIndicateReceivePacket, it must register a MiniportReturnPacket function.
  • If the miniport indicates packets to upper layers by calling a filter-specific NdisMXXXIndicateReceive function, it must register a MiniportTransportData function.

See Also

Reference

MiniportReturnPacket
MiniportTransferData
NdisMEthIndicateReceive
NdisMTrIndicateReceive
NdisMWanIndicateReceive
NdisMIndicateReceivePacket

Concepts

Registering MiniportXXX Functions