I'm looking into developing a program that uses performance monitor, however I'm needing to connect to a remote system. I'm formally a C# developer, but this project requires me to dev in C++, so breaking the API down and creating the appropriate perfmon object is proving difficult. Any pointers on this would be appreciated.
Writing this code in C# would be rather a good idea, it is so much easier. You could use WMI, you'll find sample C++ code in this SDK article. Hans Passant.
Marked as answer byWesley YaoMonday, June 15, 2009 2:54 AM