|
-
Feb 18th, 2006, 03:53 AM
#1
[RESOLVED] WMI Enumeration Values for each Class?
Further search in my very educational WMI escapade. Each WMI class returns a set of properties, and within those properties are values. Some of these values are numerical, which mean something, but without looking them up, you really don't know what they mean. For example, for the Win32_Processor class, the "Architecture" property returns a particular number, and the possible values are below and found on MSDN Here:
_____________________________________
Architecture
Data type: uint16
Access type: Read-only
Processor architecture that the platform uses.
Value Meaning
0 x86
1 MIPS
2 Alpha
3 PowerPC
6 Intel Itanium Processor Family (IPF)
_____________________________________
So a value of "0" would mean "x86". Now I would like to "look up" the value of the "0" in some resource, in order to return the associated text, like a regular enumeration, but I am not quite sure where to get this kind of info. I really do not want to go class by class on MSDN in order to create this resource, as it will be VERY time consuming. Anyone know of any resources that already contain this? Like in some sort of text file or XML file?????
If anyone can find this you can expect a big fat rating point from me!! (I only have the power of one)
Last edited by gigemboy; Feb 18th, 2006 at 04:06 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|