Does anyone know how to get a process ID of a process external to the C++
program? I've found getpid() with returns the process ID of the calling
process. But I want to get the ID of another...