Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. articles. downloads. faq. members. files. rss.
 From: suhas hegde
  Where is suhas hegde?
 sirsi
 India
 suhas hegde
 To: Cetin Basoz
  Where is Cetin Basoz?
 Izmir
 Turkey
 Cetin Basoz
Subject: RE: how to get ether card number
Thread ID: 159808 Message ID: 159890 # Views: 2 # Ratings: 0
Version: Visual FoxPro 7 Category: Security and Application Protection
Date: Sunday, February 10, 2008 6:32:49 PM         
   



> You can't use it for security because it's not unique always. Anyway:

Any conditions where it is not unique ? or u mean it can be spoofed ?

>

> Local pGUID,rGUID,lcOldError, lnResult
> Declare integer CoCreateGuid in 'OLE32.dll' string @pguid
> Declare integer StringFromGUID2 in 'OLE32.dll' ;
> string rguid, string @lpsz, integer cchMax
> Declare integer UuidCreateSequential in 'RPCRT4.dll' string @ Uuid
>
> pGUID=replicate(chr(0),16)
> rGUID=replicate(chr(0),80)
>
> lcOldError = On('error')
> On Error lnResult = CoCreateGuid(@pGUID)
> lnResult = UuidCreateSequential(@pGUID)
> On Error &lcOldError
>
> return substr( iif( lnResult = 0 and ;
> StringFromGUID2(pGUID,@rGUID,40) # 0, ;
> StrConv(left(rGUID,76),6), "" ), 26,12)
>

>

The above returns 1 address , And if it is bluetooth then the physical lan address is not returned.


SuhasHegde

ENTIRE THREAD

how to get ether card number Posted by ayaz ahmad @ 2/9/2008 1:08:01 PM
RE: how to get ether card number Posted by naveed shahid @ 2/9/2008 1:39:18 PM
RE: how to get ether card number Posted by Cetin Basoz @ 2/9/2008 4:47:12 PM
RE: how to get ether card number Posted by naveed shahid @ 2/9/2008 5:36:08 PM
RE: how to get ether card number Posted by Cetin Basoz @ 2/9/2008 5:43:54 PM
RE: how to get ether card number Posted by naveed shahid @ 2/9/2008 6:03:08 PM
RE: how to get ether card number Posted by Cetin Basoz @ 2/10/2008 1:43:48 PM
RE: how to get ether card number Posted by Mike Gagnon @ 2/10/2008 5:57:31 PM
RE: how to get ether card number Posted by Vladimir Zografski @ 2/10/2008 3:27:20 PM
RE: how to get ether card number Posted by Cetin Basoz @ 2/9/2008 4:45:59 PM
RE: how to get ether card number Posted by suhas hegde @ 2/10/2008 6:32:49 PM
RE: how to get ether card number Posted by Cetin Basoz @ 2/11/2008 1:12:07 PM
RE: how to get ether card number Posted by suhas hegde @ 2/11/2008 7:09:19 PM
RE: how to get ether card number Posted by Vladimir Zografski @ 2/9/2008 5:03:21 PM
RE: how to get ether card number Posted by Juan Antonio Santana @ 2/10/2008 6:42:48 PM
RE: how to get ether card number Posted by suhas hegde @ 2/11/2008 8:01:41 PM
RE: how to get ether card number Posted by Vladimir Zografski @ 2/12/2008 9:38:08 PM
RE: how to get ether card number Posted by suhas hegde @ 2/13/2008 5:58:37 AM