次の方法で共有


MddIndicateRndisMessage (Compact 2013)

3/26/2014

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 RNDIS USB, this message should be the remote NDIS communication device class message received in a SEND_ENCAPSULATED_COMMAND request.

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

See Also

Reference

Remote NDIS Functions
DATA_WRAPPER