Hi,

I'm looking for an API which enable killing a process according to its process ID.

Is there an API like that, I didn't find it
If not how can I kill a process, if I have its name (xxx.exe) & ID I can have 2 processes with the same name - running the same application twice (of course different PID)

Thanks in advance
Avi123