Share via


DATA_WRAPPER (Compact 2013)

3/26/2014

This structure specifies the characteristics of a RNDIS data wrapper.

Syntax

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

Header

rndismini.h

See Also

Reference

Remote NDIS Structures
IndicateRndisPacketCompleteHandler
MDDAllocDataWrapper
MDDFreeDataWrapper
MddIndicateRndisMessage
SendRndisMessageHandler
SendRndisPacketHandler

Other Resources

Kernel Independent Transport Layer