UDF > StructureConstants >


$tagPROCESS_INFORMATION

Contient des informations sur un processus nouvellement créé et son thread principal

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

Champs

hProcess Un handle du processus nouvellement créé
hThread Un handle du thread principal du processus nouvellement créé
ProcessID Une valeur qui peut être utilisée pour identifier un processus
ThreadID Une valeur qui peut être utilisée pour identifier un thread