PD_BUFFER_8021Q_INFO structure (ndis.h)
This structure contains the IEEE 802.1Q information.
Syntax
typedef struct _PD_BUFFER_8021Q_INFO {
UINT16 UserPriority : 3;
UINT16 CanonicalFormatId : 1;
UINT16 VlanId : 12;
} PD_BUFFER_8021Q_INFO;
Members
UserPriority
The user priority.
CanonicalFormatId
The canonical format ID.
VlanId
The virtual LAN ID.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | Windows Server 2016 |
Header | ndis.h |