在不使用Toolhelp API的情况下枚举进程的线程
问题描述:
是否可以在不使用CreateToolhelp32Snapshot的情况下枚举所有线程所属的指定进程?
Is this possible to enumerate all thread belonging specified process without using CreateToolhelp32Snapshot?
答
您只需要 http://msdn.microsoft.com/en-us/library/system.diagnostics.process.threads.aspx [ ^ ]。-SA
All you need is http://msdn.microsoft.com/en-us/library/system.diagnostics.process.threads.aspx[^].—SA