Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Processing processes
#2
QM does not have such function. Use Windows API functions or WMI.

If A.exe is your-created, you can use a job object.
http://stackoverflow.com/questions/5320 ... in-windows

Else enumerate processes with CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS 0) and friends, and use PROCESSENTRY32.th32ParentProcessID.
http://stackoverflow.com/questions/1173 ... or-windows

Or WMI, but usually it is very slow.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)