RNDIS_PER_PACKET_INFO (Windows Embedded CE 6.0)
1/6/2010
This structure specifies contents associated with a data message.
Syntax
typedef struct _RNDIS_PER_PACKET_INFO {
UINT32 Size;
UINT32 Type;
UINT32 PerPacketInformationOffset;
} RNDIS_PER_PACKET_INFO, *PRNDIS_PER_PACKET_INFO;
Members
- Size
This value is an integer multiple of 4. It specifies the length, in bytes, of this per-packet header and appended per-packet data and padding.
- Type
Set to one of the legal values for NDIS_PER_PACKET_INFO_FROM_PACKET.
- PerPacketInformationOffset
The byte offset from the beginning of this per-packet information data record to the beginning of the per-packet information data.
Requirements
Header | rndis.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |