Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I retrieve CPU vendor info?
Message
From
16/01/2006 10:34:38
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
16/01/2006 10:26:15
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00985386
Message ID:
01087168
Views:
25
Metin,
It works under winXP SP2.
clear
loWMI = GetObject("winmgmts:\\.\root\cimv2")
oItems = loWMI.ExecQuery("select * from Win32_PhysicalMedia")


For each oItem in oItems
? oItem.Tag, oItem.SerialNumber
EndFor
return
Cetin

>I have windows XP PRO SP2. It didn't work me too.
>
>>Somesh,
>>
>>Unfortunately the solution will not work for any Windows version earlier than XP, as you can see in the requirements here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/win32_physicalmedia.asp
>>
>>
>>Client 	Requires Windows Vista or Windows XP.
>>Server 	Requires Windows Server "Longhorn" or Windows Server 2003.
>>
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform