[python-win32] Re: Memory Usage for Processes

Roger Upole rwupole at msn.com
Fri Feb 11 03:09:19 CET 2005


Probably.  You get that error if you pass a PID for a process that no longer 
exists.
(if you had a process exit between the calls to EnumProcesses and 
OpenProcess)

      Roger




More information about the Python-win32 mailing list