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