Link to home
Start Free TrialLog in
Avatar of krmc
krmc

asked on

Process created using DEBUG_PROCESS flag dies when originating process dies.

My application uses CreateProcess with the DEBUG_PROCESS flag to launch a process and observe debug events from that process. Unfortunately, when I kill the originating process, the launched process dies with it.

How can I allow the launched process to proceed when I kill the originating process?
ASKER CERTIFIED SOLUTION
Avatar of donc
donc

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial