|
Suspending another process in win32
I am actually working in C++.net, but win API calls is what I expect I will have to use. My goal is to be able to suspend a process of which I have the Id for. I also know how to get the Id of the threads. What do I need to do to suspend the execution of that process temporarily, so that it can be resumed. I don't know any of the API programming that I will need for this, so if someone could point me in the right direction... maybe a couple of key words to search for? Thanx
|