// netadapter.h
void NetAdapterSetPermanentLinkLayerAddress(
[_In_] NETADAPTER Adapter,
[_In_] NET_ADAPTER_LINK_LAYER_ADDRESS *LinkLayerAddress
);
View the official Windows Driver Kit DDI referenceNo description available.
The NetAdapterSetPermanentLinkLayerAddress function sets the permanent link layer address for the network adapter.
Adapter [_In_]The network adapter object that the client created in a prior call to NetAdapterCreate.
LinkLayerAddress [_In_]A pointer to a driver-allocated allocated NET_ADAPTER_LINK_LAYER_ADDRESS structure that the driver initialized in a prior call to NET_ADAPTER_LINK_LAYER_ADDRESS_INIT.
NET_ADAPTER_LINK_LAYER_ADDRESS