次の方法で共有


MddIndicateRndisPacket (Windows CE 5.0)

Send Feedback

This function is used by PDD to indicate that a RNDIS_PACKET was received.

void MddIndicateRndisPacket(PDATA_WRAPPERpDataWrapper);

Parameters

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

Return Values

None.

Remarks

For RNDIS USB, this should be the message received from the data class interface OUT endpoint. The MDD retains this DATA_WRAPPER and the RNDIS_PACKET it contains.

MDD will return both structures in IndicateRndisPacketCompleteHandler call back after the message has been processed.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Rndismini.h.

See Also

RNDIS_PACKET | DATA_WRAPPER | IndicateRndisPacketCompleteHandler

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.