NetAdapterSetCurrentLinkLayerAddress - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// netadapter.h

void NetAdapterSetCurrentLinkLayerAddress(
  [_In_] NETADAPTER                     Adapter,
  [_In_] NET_ADAPTER_LINK_LAYER_ADDRESS *LinkLayerAddress
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-netadapter-netadaptersetcurrentlinklayeraddress)

NetAdapterSetCurrentLinkLayerAddress function

Description

The NetAdapterSetCurrentLinkLayerAddress function sets the current link layer address for the network adapter.

Parameters

Adapter [_In_]

The network adapter object that the driver created in a prior call to NetAdapterCreate.

LinkLayerAddress [_In_]

A pointer to a NET_ADAPTER_LINK_LAYER_ADDRESS structure that the driver initialized in a prior call to NET_ADAPTER_LINK_LAYER_ADDRESS_INIT.

Remarks

See also

NET_ADAPTER_LINK_LAYER_ADDRESS