home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!wupost!cs.utexas.edu!execu!kevin
- From: kevin@execu.execu.com (Kevin English)
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: Re: How do I detect program termination?
- Message-ID: <4271@execu.execu.com>
- Date: 13 Nov 92 21:15:29 GMT
- References: <1992Nov12.154850.18739@rambo.atlanta.dg.com>
- Organization: Execucom Systems Corp
- Lines: 7
-
- In article <1992Nov12.154850.18739@rambo.atlanta.dg.com> reo@atlanta.dg.com (Bob O'Donnell) writes:
- >
- >If I start a program using WinExec(), how can I determine when this program
- >terminates? Is there a window message (WM_???) I can look for?
- >
- Take a look at the NotifyRegister() function (wID == NFY_EXITTASK)
-
-