I want to know how to get running process or tasks of r开发者_运维问答emote PC in VC++.
There are a couple of ways. One is to open that machine's registry, and enumerate processes via the registry interface to the performance data.
Another would be to connect to that the WMI namespace on that machine, and then enumerate the instances of Win32_Process
.
精彩评论