struct _TDI_ADDRESS_8022 {
UCHAR MACAddress[6];
} TDI_ADDRESS_8022, *PTDI_ADDRESS_8022;
TDI_ADDRESS_8022 contains an 802.2 netcard–level address (packed and aligned as necessary).
Members
MACAddress[6]
Specifies a character array containing the address.
See Also