Condividi tramite


Funzione NetExtensionGetPacketIee8021Q (ieee8021q.h)

La funzione NetExtensionGetPacketIeee8021Q recupera le informazioni IEEE 802.1Q per un NET_PACKET.

Sintassi

EXTERN_C_START NET_PACKET_IEEE8021Q * NetExtensionGetPacketIeee8021Q(
  NET_EXTENSION const *Extension,
  UINT32              Index
);

Parametri

Extension

Puntatore a una struttura NET_EXTENSION che descrive le informazioni sull'estensione 802.1Q per questa coda di pacchetti.

Index

Indice nell'anello di pacchetti per il NET_PACKETdi destinazione.

Valore restituito

Restituisce un puntatore a una struttura NET_PACKET_IEEE8021Q che contiene le informazioni 802.1Q per questo pacchetto.

Fabbisogno

Requisito Valore
client minimo supportato Windows 11
server minimo supportato Windows Server 2022
versione minima di UMDF 2.33
intestazione ieee8021q.h (include netadaptercx.h)

Vedere anche

descrittori di pacchetti ed estensioni

NET_PACKET_IEEE8021Q