MddIndicateRndisPacket (Compact 2013)
3/26/2014
This function is used by PDD to indicate that a RNDIS_PACKET was received.
Syntax
void MddIndicateRndisPacket(
PDATA_WRAPPER pDataWrapper
);
Parameters
- pDataWrapper
Points to the DATA_WRAPPER structure containing the RNDIS_PACKET received.
Return Value
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
Header |
rndismini.h |
See Also
Reference
Remote NDIS Functions
RNDIS_PACKET
DATA_WRAPPER
IndicateRndisPacketCompleteHandler