PDA

View Full Version : snapshot of running processes



seux
27th June 2011, 20:11
Hello,
as an QProcess exsample application I want to code a small version of the TaskManager in Windows. I know that the Win32 api has a function to get a snapshot of all running processes. Does this function also exist in Qt?

stampede
27th June 2011, 20:36
I think you'll have to use native API to achieve this. QProcess is meant to "(...) start external programs and to communicate with them.", not for a system-wide processes manipulation.