Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要编写收集有关 Windows 中进程信息的应用程序。我可以读取线程数和线程ID,进程使用的内存。但我不知道如何检查进程中的工作线程或不工作线程。我将 VS2010 和 C++ 与 MFC 一起使用。我怎样才能做到这一点?