RNDIS_PER_PACKET_INFO (Compact 2013)

3/26/2014

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.
  • 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

See Also

Reference

Remote NDIS Structures
NDIS_PER_PACKET_INFO_FROM_PACKET