Описание ключевого слова
$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 |