关键字参考

$tagPROCESS_INFORMATION

Contains information about a newly created process and its primary thread

Global Const $tagPROCESS_INFORMATION = "hwnd hProcess;hwnd hThread;int ProcessID;int ThreadID"

 

参数

hProcess A handle to the newly created process
hThread A handle to the primary thread of the newly created process
ProcessID A value that can be used to identify a process
ThreadID A value that can be used to identify a thread

 

注意/说明

None.

 

相关