// netadapter.h
typedef struct _NET_ADAPTER_LINK_LAYER_ADDRESS {
USHORT Length;
UCHAR Address[32];
} NET_ADAPTER_LINK_LAYER_ADDRESS;
View the official Windows Driver Kit DDI referenceNo description available.
A NET_ADAPTER_LINK_LAYER_ADDRESS structure describes a link layer address.
LengthThe length of the link layer address, in bytes.
AddressA buffer containing the link layer address.
NET_ADAPTER_LINK_LAYER_ADDRESS_INIT
NetAdapterSetPermanentLinkLayerAddress
NET_ADAPTER_LINK_LAYER_CAPABILITIES
NetAdapterSetCurrentLinkLayerAddress