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 |