struttura NET_ADAPTER_LINK_LAYER_ADDRESS (netadapter.h)

Una struttura NET_ADAPTER_LINK_LAYER_ADDRESS descrive un indirizzo del livello di collegamento.

Sintassi

typedef struct _NET_ADAPTER_LINK_LAYER_ADDRESS {
  USHORT Length;
  UCHAR  Address[32];
} NET_ADAPTER_LINK_LAYER_ADDRESS;

Members

Length

Lunghezza in byte dell'indirizzo del livello di collegamento.

Address[32]

Buffer contenente l'indirizzo del livello di collegamento.

Requisiti

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

Vedi anche

NET_ADAPTER_LINK_LAYER_ADDRESS_INIT

NetAdapterSetPermanentLinkLayerAddress

NET_ADAPTER_LINK_LAYER_CAPABILITIES

NetAdapterSetCurrentLinkLayerAddress