SendRndisMessageHandler (Compact 2013)
3/26/2014
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 |