如何查找进程的线程(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 编辑 ] wingetprocess($appname,"") 本帖最后由 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]