I have some code that spawns processes using the "spawnv" command this returns a process handle. Can I use the process handle to retrieve the actual PID of the process ? This is part of a test harness and I need to be able have the actual PID to use against some output.
Thanks Scott Hogsten _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32