MddIndicateRndisMessage (Windows Embedded CE 6.0)

1/6/2010

This function is used by PDD to indicate a RNDIS message that it has received.

Syntax

void MddIndicateRndisMessage(
  PDATA_WRAPPER pDataWrapper
);

Parameters

  • pDataWrapper
    Points to the DATA_WRAPPER structure containing the message received.

Return Value

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

Header rndismini.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Remote NDIS Functions
DATA_WRAPPER

Concepts

RNDIS Messaging
Control Channel Characteristics