Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MAC Address
Message
From
09/04/2001 21:38:35
 
 
To
09/04/2001 20:11:02
Raul Davila
Davila Programming Services
Toa Alta, Puerto Rico
General information
Forum:
Visual C++
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00493848
Message ID:
00493862
Views:
24
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform