NET_EUI48_ADDRESS - NtDoc

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

typedef union _NET_EUI48_ADDRESS {
  UINT8 Value[6];
} NET_EUI48_ADDRESS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-netadaptercxtypes-net_eui48_address)

Description

The NET_EUI48_ADDRESS union specifies an EUI-48 address.

Members

Value

The EUI-48 address.

Remarks

See also