MddIndicateRndisMessage (Windows CE 5.0)
This function is used by PDD to indicate a RNDIS message that it has received.
void MddIndicateRndisMessage(PDATA_WRAPPER pDataWrapper);
Parameters
- pDataWrapper
Points to the DATA_WRAPPER structure containing the message received.
Return Values
None.
Remarks
For more information about RNDIS messages, see RNDIS Messaging. For RNDIS USB, this message should be the remote NDIS communication device class message received in a SEND_ENCAPSULATED_COMMAND request. For more information about this request, see Control Channel Characteristics.
The DATA_WRAPPER should be initialized to point to the rndis message received in its pucData member and the size of the message as indicated in dwDataSize.
MDD does not retain message, hence PDD can reuse the memory for both the DATA_WRAPPER and memory location pointed to by pucData immediately after returning from this call.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rndismini.h.
See Also
RNDIS Messaging | Control Channel Characteristics | DATA_WRAPPER
Send Feedback on this topic to the authors