Re:RE: RE: [DUG]: Process termination

2001-05-15 Thread paul . mckenzie
. National Office 106-110 Jackson Street Petone New Zealand Reply Separator Subject: RE: RE: [DUG]: Process termination Author: [EMAIL PROTECTED] Date: 16/05/2001 14:44 Paul, > So there is no way to tell (via GetExitCodeProcess

RE: RE: [DUG]: Process termination

2001-05-15 Thread Dennis Chuah
ilto:[EMAIL PROTECTED]] > Sent: Wednesday, 16 May 2001 14:04 > To: Multiple recipients of list delphi > Subject: Re:RE: [DUG]: Process termination > > > So there is no way to tell (via GetExitCodeProcess) when NT has > released all the > resources... > Wo

Re:RE: [DUG]: Process termination

2001-05-15 Thread paul . mckenzie
loper = [EMAIL PROTECTED] Ph: (04) 576-6822 T.A.B. National Office 106-110 Jackson Street Petone New Zealand Reply Separator Subject: RE: [DUG]: Process termination Author: [EMAIL PROTECTED] Date: 16/05/2001 13:50 A success

RE: [DUG]: Process termination

2001-05-15 Thread Dennis Chuah
bject is signalled when the process is terminated. Regards, Dennis. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 16 May 2001 11:27 > To: Multiple recipients of list delphi > Subject: [DUG]: Process termination > > >

Re: [DUG]: Process termination

2001-05-15 Thread Nello Sestini
-- Original Message - From: <[EMAIL PROTECTED]> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> Sent: Wednesday, May 16, 2001 6:26 AM Subject: [DUG]: Process termination > Hi All> > When a Process is terminating and you are waiting for the process to

[DUG]: Process termination

2001-05-15 Thread paul . mckenzie
Hi All When a Process is terminating and you are waiting for the process to complete its Termination, i.e. waiting on GetExitCodeProcess <> STILL_ACTIVE. Does anyone know if there is a temporary state ("error code") returned by GetExitCodeProcess, between STILL_ACTIVE and the Process Termination