Compartilhar via


SendRndisMessageHandler (Windows CE 5.0)

Send Feedback

Required function MDD uses to send a remote NDIS message.

typedef void(* PFN_PDD_SEND_RNDIS_MESSAGE)(  PDATA_WRAPPER pDataWrapper);

Parameters

  • pDataWrapper
    [in] Pointer to the DATA_WRAPPER structure that contains the RNDIS message.

Return Values

None.

Remarks

The PDD receiving the DATA_WRAPPER structure and the remote NDIS message this function points to should return them in the MddIndicateRndisMessage.

Requirements

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

See Also

RNDIS Messaging | MddIndicateRndisMessage | DATA_WRAPPER

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.