i’m using CreateProcessAsUser in c# to launch a process by a service
my service needs to waiting for the process to exit but i don’t know how i can do it,
i don’t want to use checking the process existion in processes list
i’m using CreateProcessAsUser in c# to launch a process by a service my service
Share
Check out http://www.pinvoke.net/ for signatures. Here’s a sime example.