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 program, if thats possible.
Cheers
Chris
This is a discussion on Getting a process ID within the C++ Programming forums, part of the General Programming Boards category; Does anyone know how to get a process ID of a process external to the C++ program? I've found getpid() ...
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 program, if thats possible.
Cheers
Chris