[python-win32] exitCode for win32process.GetExitCodeProcess
Moray B. Grieve
mbg@apama.com
Thu, 30 May 2002 18:17:39 +0100
The MSDN literature states that calling =
win32process.GetExitCodeProcess(hProcess) on an active process returns =
the integer exit code STILL_ACTIVE. I cannot see this constant defined =
anywhere in the win32 extensions. From trying it out I seem to get an =
exit code of 259 when I attempt the method call on an active process.
Does anyone know if this is the value of the STILL_ACTIVE constant, or =
where I can access it? I've tried looking through the source code but to =
no avail.
With thanks for any help
Moray Grieve