Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function is used by PDD to indicate that a RNDIS_PACKET was received.
void MddIndicateRndisPacket(PDATA_WRAPPERpDataWrapper);
Parameters
- pDataWrapper
Points to the DATA_WRAPPER structure containing the RNDIS_PACKET received.
Return Values
None.
Remarks
For RNDIS USB, this should be the message received from the data class interface OUT endpoint. The MDD retains this DATA_WRAPPER and the RNDIS_PACKET it contains.
MDD will return both structures in IndicateRndisPacketCompleteHandler call back after the message has been processed.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rndismini.h.
See Also
RNDIS_PACKET | DATA_WRAPPER | IndicateRndisPacketCompleteHandler
Send Feedback on this topic to the authors