DATA_WRAPPER (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Remote NDIS Structures
IndicateRndisPacketCompleteHandler
MDDAllocDataWrapper
MDDFreeDataWrapper
MddIndicateRndisMessage
SendRndisMessageHandler
SendRndisPacketHandler