jgking
August 30th, 1999, 08:57 AM
I am currently spawning a new process from an existing process with CreateProcess. After the process has been spawned, I wish to continue work in the process that spawned the new process, and be notified when the new process has been terminated so I can invoke a "callback" method. Would I post a windows message from the terminated process in order to do this?
Thanks in advance for any information. :)
Thanks in advance for any information. :)