IndicateRndisPacketCompleteHandler (Windows Embedded CE 6.0)

1/6/2010

Required function MDD uses to return the remote NDIS packet indicated by PDD in MddIndicateRndisPacket.

Syntax

Typedef void (* PFN_PDD_INDICATE_RNDIS_PACKET_COMPLETE)(
  PDATA_WRAPPER pDataWrapper
);

Parameters

Return Value

The DATA_WRAPPER handle.

Remarks

MDD retains the DATA_WRAPPER and the RNDIS_PACKET this function points to when PDD calls MddIndicateRndisPacket. When MDD has successfully processed the RNDIS_PACKET, the packet and its data wrapper are then returned via IndicateRndisPacketCompleteHandler.

Requirements

Header rndismini.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Remote NDIS Functions
MddIndicateRndisPacket
DATA_WRAPPER
RNDIS_PACKET
RNDIS_PDD_CHARACTERISTICS