次の方法で共有


MddSendRndisPacketComplete (Compact 2013)

3/26/2014

This function is used by PDD to return the DATA_WRAPPER containing RNDIS_PACKET that MDD requested in SendRndisPacketHandler.

Syntax

void MddSendRndisMessageComplete(
  PDATA_WRAPPER pDataWrapper
);

Parameters

  • pDataWrapper
    Points to the DATA_WRAPPER structure containing the RNDIS_PACKET.

Return Value

None.

Remarks

For RNDIS USB, the RNDIS packet is sent through data class interface IN end point.

MDD sends the rndis packets by using the SendRndisPacketHandler function provided by PDD. MDD expects PDD to retain the packet and call MddSendRndisPacketComplete when the RNDIS_PACKET has been successfully sent.

Requirements

Header

rndismini.h

See Also

Reference

Remote NDIS Functions
DATA_WRAPPER
RNDIS_PACKET
SendRndisPacketHandler