RNDIS_PER_PACKET_INFO (Windows CE 5.0)

Send Feedback

This structure specifies contents associated with a data message.

typedef struct _RNDIS_PER_PACKET_INFO {UINT32Size;UINT32Type;UINT32PerPacketInformationOffset;} 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

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

See Also

NDIS_PER_PACKET_INFO_FROM_PACKET

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.