SendRndisMessageHandler (Windows Embedded CE 6.0)
1/6/2010
Required function MDD uses to send a remote NDIS message.
Syntax
typedef void(* PFN_PDD_SEND_RNDIS_MESSAGE)(
PDATA_WRAPPER pDataWrapper
);
Parameters
- pDataWrapper
[in] Pointer to the DATA_WRAPPER structure that contains the RNDIS message.
Return Value
None.
Remarks
The PDD receiving the DATA_WRAPPER structure and the remote NDIS message this function points to should return them in the MddIndicateRndisMessage.
Requirements
Header | rndismini.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Remote NDIS Functions
MddIndicateRndisMessage
DATA_WRAPPER