MddSendRndisPacketComplete (Windows Embedded CE 6.0)
1/6/2010
This function is used by PDD to return the DATA_WRAPPER containing RNDIS_PACKET that MDD requested in SendRndisPacketHandler.
Syntax
void MddSendRndisMessageComplete(
PDATA_WRAPPER pDataWrapper
);
Parameters
- pDataWrapper
Points to the DATA_WRAPPER structure containing the RNDIS_PACKET.
Return Value
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
Header | rndismini.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Remote NDIS Functions
DATA_WRAPPER
RNDIS_PACKET
SendRndisPacketHandler