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.
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
- pDataWrapper
[in] Handle for DATA_WRAPPER that contains the RNDIS_PACKET.
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