PD_BUFFER_8021Q_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndis.h

typedef struct _PD_BUFFER_8021Q_INFO {
  UINT16 UserPriority : 3;
  UINT16 CanonicalFormatId : 1;
  UINT16 VlanId : 12;
} PD_BUFFER_8021Q_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ndis-_pd_buffer_8021q_info)

_PD_BUFFER_8021Q_INFO structure

Description

This structure contains the IEEE 802.1Q information.

Members

UserPriority

The user priority.

CanonicalFormatId

The canonical format ID.

VlanId

The virtual LAN ID.