I need to launch an app from my app. I tried to use CreateProcess
and ShellExecute
but they both reset windows idle timer (which is used for monitor and system sleep). Is it possible to prevent this behavior?
Thanks for your help.
I need to launch an app from my app. I tried to use CreateProcess
and ShellExecute
but they both reset windows idle timer (which is used for monitor and system sleep). Is it possible to prevent this behavior?
Thanks for your help.