05-19-2007, 07:51 AM
Use window handle instead of program name.
ShutDownProcess win("Notepad")
When using program name, ShutDownProcess should fail when trying to terminate a process running in other user session.
ShutDownProcess win("Notepad")
When using program name, ShutDownProcess should fail when trying to terminate a process running in other user session.
