S
schoenfeld1
Is there a way to get the process description of an executing process?
For example, I've got the process id and executable filename for a
process but I need to get a text description of it.
I know this is possible because windows gets such a description when it
asks you to "select a program from a list" to open a file with unknown
extension.
There is also another application called ProcessExplorer which is able
to display a text description for a process.
Any suggestions welcome (win32 api calls or .net library calls).
For example, I've got the process id and executable filename for a
process but I need to get a text description of it.
I know this is possible because windows gets such a description when it
asks you to "select a program from a list" to open a file with unknown
extension.
There is also another application called ProcessExplorer which is able
to display a text description for a process.
Any suggestions welcome (win32 api calls or .net library calls).