
Is a an Win32 API to obtain the MAC address of the NIC
Quote:
>Is there a Win32 API I can use to obtain the MAC address of the network
>card? I am using VC++6.0.
Have a look at Knowledge Base article Q118623 "HOWTO: Get the MAC
Address for an Ethernet Adapter", the UuidCreate API, and the
UuidCreateSequential API.
For OS > Win98 & W2K you can also use GetAdaptersInfo.
Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq
My address is altered to discourage junk mail.
Please post responses to the newsgroup thread,
there's no need for follow-up email copies.