NET_ADAPTER_LINK_LAYER_ADDRESS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-netadapter-net_adapter_link_layer_address)

Description

A NET_ADAPTER_LINK_LAYER_ADDRESS structure describes a link layer address.

Members

Length

The length of the link layer address, in bytes.

Address

A buffer containing the link layer address.

Remarks

See also

NET_ADAPTER_LINK_LAYER_ADDRESS_INIT

NetAdapterSetPermanentLinkLayerAddress

NET_ADAPTER_LINK_LAYER_CAPABILITIES

NetAdapterSetCurrentLinkLayerAddress