wait for process to exit when using CreateProcessAsUser
Posted
by sam
on Stack Overflow
See other posts from Stack Overflow
or by sam
Published on 2010-06-05T12:59:32Z
Indexed on
2010/06/05
13:02 UTC
Read the original article
Hit count: 245
c#
hi, 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
© Stack Overflow or respective owner