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 send a remote NDIS packet.
typedef void (* PFN_PDD_SEND_RNDIS_PACKET)( PDATA_WRAPPER pDataWrapper);
Parameters
- pDataWrapper
[in] Pointer to the DATA_WRAPPER structure that contains the RNDIS_PACKET.
Return Values
None.
Remarks
The PDD that receives the DATA_WRAPPER structure and the RNDIS_PACKET this function points to should return them in MddSendRndisPacketComplete.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rndismini.h.
See Also
DATA_WRAPPER | MddSendRndisPacketComplete | RNDIS_PACKET
Send Feedback on this topic to the authors