SendRndisPacketHandler (Windows CE 5.0)
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