Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MAC Address
Message
From
12/04/2001 14:36:29
Raul Davila
Davila Programming Services
Toa Alta, Puerto Rico
 
 
To
09/04/2001 21:38:35
General information
Forum:
Visual C++
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00493848
Message ID:
00494987
Views:
14
Thanks John,
I found a wealth of info through those links.
Some of the samples look pretty good.

Thanks again.


>I don't know if this will help but I came across a link where they use either NetBIOS or RPC protocols to query for the MAC address.
>
>http://www.cyberport.com/~tangent/programming/winsock/examples/getmac-netbios.html
>
>
>Another place had this code:
>
>>#include
>>#include
>>
>>
>>main(){
>> UUID ID;
>>
>> UuidCreate(&ID);
>> printf("%02X:%02X:%02X:%02X:%02X:%02X\n",
>> ID.Data4[2],
>> ID.Data4[3],
>> ID.Data4[4],
>> ID.Data4[5],
>> ID.Data4[6],
>> ID.Data4[7]
>> );
>>}
>
>Because apparently the UUID uses the MAC address.
>
>I don't know if any of this helps, but I'd thought I'd atleast mention them.
>
>John Martin
R. Davila
DBA / Network Administrator
Administracion de Fomento Comercial
Gobierno de Puerto Rico

Still waiting for FoxPro for LINUX
Previous
Reply
Map
View

Click here to load this message in the networking platform