D
djjsl
Unregistered / Unconfirmed
GUEST, unregistred user!
采用GetEXitCodeProcess来进行判断,如下:<br>fprocessExit := GetEXitCodeProcess(ProcessInfo.hProcess,dwExitCode );<br><br> if fprocessExit and (dwExitCode = STILL_ACTIVE) then<br> exit;<br> result := false;