Click to See Complete Forum and Search --> : Determining when process exits


Quell
April 29th, 2007, 07:25 PM
Hey.
i know how to start a process, however how do i determine when it exits?
Thx

VladimirF
April 30th, 2007, 12:50 AM
GetExitCodeProcess()
If it's not STILL_ACTIVE - it's done.

golanshahar
April 30th, 2007, 02:36 AM
This FAQ (http://www.codeguru.com/forum/showthread.php?t=312451) might also help.

Cheers