次の方法で共有


DATA_WRAPPER (Windows CE 5.0)

Send Feedback

This structure specifies the characteristics of a RNDIS data wrapper.

typedef struct _DATA_WRAPPER {  LIST_ENTRY Link; UCHAR* pucData;  DWORDdwDataSize;}  DATA_WRAPPER, *PDATA_WRAPPER;

Members

  • Link
    Head of the send packet or message used when this structure is being processed.
  • pucData
    Pointer to the RNDIS message or RNDIS packet the wrapper contains.
  • dwDataSize
    The size of the message or packet.

Requirements

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

See Also

IndicateRndisPacketCompleteHandler | MDDAllocDataWrapper | Kernel Independent Transport Layer | MDDFreeDataWrapper | MddIndicateRndisMessage | SendRndisMessageHandler | SendRndisPacketHandler

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.