MddSendRndisPacketComplete (Windows CE 5.0)

Send Feedback

This function is used by PDD to return the DATA_WRAPPER containing RNDIS_PACKET that MDD requested in SendRndisPacketHandler.

void MddSendRndisMessageComplete(PDATA_WRAPPER pDataWrapper);

Parameters

  • pDataWrapper
    Points to the DATA_WRAPPER structure containing the RNDIS_PACKET.

Return Values

None.

Remarks

For RNDIS USB, the RNDIS packet is sent through data class interface IN end point.

MDD sends the rndis packets by using the SendRndisPacketHandler function provided by PDD. MDD expects PDD to retain the packet and call MddSendRndisPacketComplete when the RNDIS_PACKET has been successfully sent.

Requirements

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

See Also

DATA_WRAPPER | RNDIS_PACKET | SendRndisPacketHandler

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.