Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |