I have an application running under Windows XP, and I'm accessing the Processor and Memory performance counters. When I try to run the same code and access them on XP Embedded, the counters don't seem to be present. They are present in the image - I can see them all in perfmon. What's the missing piece here?
|
feedback
|
|
Have you added all the WMI components? As far as I know, you need all the WMI components to access the counters!
Thank you TimK for the link (http://msdn.microsoft.com/en-us/library/aa939695.aspx) | ||||
|
feedback
|
|
It looks like this is what I was missing: http://msdn.microsoft.com/en-us/library/aa939695.aspx | |||
|
feedback
|