The subject says it all, how do I find the MAC address of the NIC's on
the computer?

Re: How does one go about getting the MAC address of an NIC? by Ulrich

Ulrich
Fri Jul 11 05:06:41 CDT 2008

Cartoper wrote:
> The subject says it all, how do I find the MAC address of the NIC's on
> the computer?

http://fuckinggoogleit.com

You're welcome!

Uli

--
C++ FAQ: http://parashift.com/c++-faq-lite

Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932

Re: How does one go about getting the MAC address of an NIC? by Vincent

Vincent
Fri Jul 11 07:18:14 CDT 2008

On Thu, 10 Jul 2008 20:47:24 -0700 (PDT), Cartoper <cartoper@gmail.com> wrote:

>The subject says it all, how do I find the MAC address of the NIC's on
>the computer?

I have done it with GetAdaptersInfo() (IP Helper, iphlpapi.h, iphlpapi.lib).
--
- Vince

Re: How does one go about getting the MAC address of an NIC? by Lynn

Lynn
Fri Jul 11 10:27:53 CDT 2008

> The subject says it all, how do I find the MAC address of the NIC's on
> the computer?

See the source code for my DiskId32 utility at
http://www.winsim.com/diskid32/diskid32.html

Lynn