Share via


DATA_WRAPPER

This structure specifies the characteristics of a RNDIS data wrapper.

typedef struct _DATA_WRAPPER {
  LIST_ENTRY Link;
  UCHAR* pucData;
  DWORD dwDataSize;
}  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

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.