Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MAC Address
Message
De
09/04/2001 21:38:35
 
 
À
09/04/2001 20:11:02
Raul Davila
Davila Programming Services
Toa Alta, Porto Rico
Information générale
Forum:
Visual C++
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00493848
Message ID:
00493862
Vues:
23
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform