// 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 referenceNo description available.
This structure contains the IEEE 802.1Q information.
UserPriorityThe user priority.
CanonicalFormatIdThe canonical format ID.
VlanIdThe virtual LAN ID.