I create a process with CreateProcess() API function. In this step, I can get process id and thread id from the function. My problem is I can't terminate the process I just created because I don't know how to do (use what API functions). Anyone please help me. Thanks in advance.