// ieee8021q.h
EXTERN_C_START NET_PACKET_IEEE8021Q * NetExtensionGetPacketIeee8021Q(
NET_EXTENSION const *Extension,
UINT32 Index
);
View the official Windows Driver Kit DDI referenceNo description available.
The NetExtensionGetPacketIeee8021Q function retrieves the IEEE 802.1Q information for a NET_PACKET.
ExtensionA pointer to a NET_EXTENSION structure that describes the 802.1Q extension information for this packet queue.
IndexThe index in the packet ring for the target NET_PACKET.
Returns a pointer to a NET_PACKET_IEEE8021Q structure that holds the 802.1Q information for this packet.
Packet descriptors and extensions