// netadaptercxtypes.h
typedef union _NET_EUI48_ADDRESS {
UINT8 Value[6];
} NET_EUI48_ADDRESS;
View the official Windows Driver Kit DDI referenceNo description available.
The NET_EUI48_ADDRESS union specifies an EUI-48 address.
ValueThe EUI-48 address.