View Single Post
Old May 19th, 2006, 6:54 PM   #1
coder0xff
Unverified User
 
coder0xff's Avatar
 
Join Date: Mar 2006
Posts: 18
Rep Power: 0 coder0xff is on a distinguished road
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
coder0xff is offline   Reply With Quote