Xref: utzoo comp.os.os2.misc:741 comp.os.os2.apps:95 comp.os.os2.programmer:471 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!rpi!uupsi!sunic!news.funet.fi!funic!santra!santra!jka From: jka@niksula.hut.fi (Jari Petri Karjala) Newsgroups: comp.os.os2.misc,comp.os.os2.apps,comp.os.os2.programmer Subject: Re: knowing when a child process has died Message-ID: Date: 22 Feb 91 13:28:07 GMT References: <15458@uswat.UUCP> Sender: news@santra.uucp (Cnews - USENET news system) Organization: Helsinki University of Technology, Finland Lines: 11 In-Reply-To: ilene@zeb.USWest.COM's message of 19 Feb 91 20:41:05 GMT In article <15458@uswat.UUCP> ilene@zeb.USWest.COM writes: > I need to know how to determine when a particular child process has > died - at any given time in my program. You can call DosGetPriority with the child's PID. It returns error if the process has died. -- /* Jari Karjala ** "Mathematics is a subject in which we never know */ /* jka@niksula.hut.fi ** what we are talking about" -- Bertrand Russel */