I need to get the list of process with their PID. I know how to get the PID by its handle and viceversa, but the problem is that I'm not the one who create the process, so I don't have the handle nor the PID. I didn't find exactly information on how to do it on Internet.
Is there some function that returns the list of process with their PID?
I mean something like get all the PIDs of 'chrome.exe', for example.
Both VCL and Firemonkey solutions are appreciated.