Share via


IndicateRndisPacketCompleteHandler (Windows CE 5.0)

Send Feedback

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

Typedef void (* PFN_PDD_INDICATE_RNDIS_PACKET_COMPLETE)(PDATA_WRAPPER pDataWrapper);

Parameters

Return Values

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Rndismini.h.

See Also

MddIndicateRndisPacket | DATA_WRAPPER | RNDIS_PACKET | RNDIS_PDD_CHARACTERISTICS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.