
How to get the Node ( aka MAC or Ethernet ) Address of the computer in VC++
How can I find out the MAC(Ethernet Address) of the computer programatically
under Windows NT 4.0 with VC++. The command line tool "ipconfig" dumps all
the network configuration information including the MAC address. So I guess
there must be an API call that should give the information. But I could not
find any.
Any help is much appericiated.
Thanks,
-Kathir.