次の方法で共有


SendRndisPacketHandler (Compact 2013)

3/26/2014

Required function MDD uses to send a remote NDIS packet.

Syntax

typedef void (* PFN_PDD_SEND_RNDIS_PACKET)(
  PDATA_WRAPPER pDataWrapper
);

Parameters

Return Value

None.

Remarks

The PDD that receives the DATA_WRAPPER structure and the RNDIS_PACKET this function points to should return them in MddSendRndisPacketComplete.

Requirements

Header

rndismini.h

See Also

Reference

Remote NDIS Functions
DATA_WRAPPER
MddSendRndisPacketComplete
RNDIS_PACKET