Funzione NetExtensionGetPacketIee8021Q (ieee8021q.h)

La funzione NetExtensionGetPacketIee8021Q 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 di NET_EXTENSION che descrive le informazioni sull'estensione 802.1Q per questa coda di pacchetti.

Index

Indice nell'anello di pacchetti per il NET_PACKET di destinazione.

Valore restituito

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

Requisiti

Requisito Valore
Client minimo supportato Windows 11
Server minimo supportato Windows Server 2022
Intestazione ieee8021q.h (include netadaptercx.h)

Vedi anche

Descrittori di pacchetti ed estensioni

NET_PACKET_IEEE8021Q