Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NET_EUI48_ADDRESS union specifies an EUI-48 address.
Syntax
typedef union _NET_EUI48_ADDRESS {
UINT8 Value[6];
} NET_EUI48_ADDRESS;
Members
Value[6]
The EUI-48 address.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Minimum UMDF version | 2.33 |
Header | netadaptercxtypes.h (include netadaptercx.h) |