As it stands I can pull the current list of processes into my Delphi application and the image name. I need to also find and pull in the file description. For example, I can do this:
Image name Description myfile.exe
i can't seem to do this:
Image name Description myfile.exe cool text about my file
How can I pull in the description also?