SendRndisPacketHandler (Windows Embedded CE 6.0)
1/6/2010
Required function MDD uses to send a remote NDIS packet.
Syntax
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 Value
None.
Remarks
The PDD that receives the DATA_WRAPPER structure and the RNDIS_PACKET this function points to should return them in MddSendRndisPacketComplete.
Requirements
Header | rndismini.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Remote NDIS Functions
DATA_WRAPPER
MddSendRndisPacketComplete
RNDIS_PACKET