i need help with process detection in c++. example i need to unpause my program when a process named "xxxx.exe" is launched. Can anyone give me a clue?
process detection
Started by ostach, Mar 10 2010 04:13 PM
1 reply to this topic
#1
Posted 10 March 2010 - 04:13 PM
|
|
|
#2
Posted 11 March 2010 - 12:53 AM
Look here: Process Enumeration in Windows
All you have to do is periodically check the list. If you find the name you're looking for, then unpause.
All you have to do is periodically check the list. If you find the name you're looking for, then unpause.
sudo rm -rf /


Sign In
Create Account

Back to top









