techbytnt 发表于 2009-4-12 21:03:01

如何查找进程的线程(How to Get ProcessThreads from A PROCESS) 附图

如何查找到进程的线程,进程里的线程
How to Get ProcessThreads from A PROCESS
谢谢高手解答,小弟感谢不尽.
http://h1.ripway.com/autoit3/processthreads.jpg

[ 本帖最后由 techbytnt 于 2009-4-12 21:07 编辑 ]

abendessen 发表于 2009-5-12 22:43:07

wingetprocess($appname,"")

lynfr8 发表于 2009-7-22 02:09:39

本帖最后由 lynfr8 于 2009-7-22 02:11 编辑

_WinAPI_GetWindowThreadProcessId

Retrieves the identifier of the thread that created the specified window

#Include <WinAPI.au3>
_WinAPI_GetWindowThreadProcessId($hWnd, ByRef $iPID)


Parameters

$hWndWindow handle$iPIDProcess ID of the specified window
Return Value
SuccessThread ID of the specified window
页: [1]
查看完整版本: 如何查找进程的线程(How to Get ProcessThreads from A PROCESS) 附图