I am not able to kill a child process using TerminateProcess
- by user1681210
I have a problem to kill a child process using TerminateProcess. I call to this function and the process still there (in the Task Manager) This piece of code is called many times launching the same program.exe many times and these process are there in the task manager which i think is not good.
sorry, I am quiet new in c++
I will really…