IndicateRndisPacketCompleteHandler
Required function MDD uses to return the remote NDIS packet indicated by PDD in MddIndicateRndisPacket.
Typedef void (* PFN_PDD_INDICATE_RNDIS_PACKET_COMPLETE)(
PDATA_WRAPPER pDataWrapper
);
Parameters
- pDataWrapper
[in] Handle for DATA_WRAPPER that contains the RNDIS_PACKET.
Return Values
The DATA_WRAPPER handle.
Remarks
MDD retains the DATA_WRAPPER and the RNDIS_PACKET this function points to when PDD calls MddIndicateRndisPacket. When MDD has successfully processed the RNDIS_PACKET, the packet and its data wrapper are then returned via IndicateRndisPacketCompleteHandler.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rndismini.h.
See Also
MddIndicateRndisPacket | DATA_WRAPPER | RNDIS_PACKET | RNDIS_PDD_CHARACTERISTICS
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.