Hi All :
How can I obtain the MAC address of a card?
Thanks
How can I obtain the MAC address of a card?
Thanks
as suggested by smurf: http://community.borland.com/article/0,1410,26040,00.html
nestor,
Here is some code I wrote a while ago.
It works on everything up to W2K.
But have not tested it on XP. ( Someone can let know? )
Please remember it's your responsibility to scan for all adapter cards ( PPP for dail-up, generates a fake one when active. ) and they are not always at 0 in the system list.
Enjoy your work, P1
Here is some code I wrote a while ago.
It works on everything up to W2K.
But have not tested it on XP. ( Someone can let know? )
Please remember it's your responsibility to scan for all adapter cards ( PPP for dail-up, generates a fake one when active. ) and they are not always at 0 in the system list.
Enjoy your work, P1
WinXP Prof. here.
works without problems. Just to let you know.
Phueghy
works without problems. Just to let you know.
Phueghy
At my site is an example including the libs and includes for the ip helper API. It can list all adapters (like ipconfig), the name of the adapter is the MAC address iirc.
Thomas
Thomas