Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I retrieve CPU vendor info?
Message
De
16/01/2006 10:34:38
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
16/01/2006 10:26:15
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00985386
Message ID:
01087168
Vues:
24
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform