Physical path of running process?
-
Dear All, Programmatically I want to find the actual physical path of running process. :cool: With Regards Manoj Kumar Batra
-
Dear All, Programmatically I want to find the actual physical path of running process. :cool: With Regards Manoj Kumar Batra
Really easy. CreateToolhelp32Snapshot is your friend. Pass TH32CS_SNAPPROCESS, and use szExeFile of PROCESSENTRY32 structure.
-
Dear All, Programmatically I want to find the actual physical path of running process. :cool: With Regards Manoj Kumar Batra
-
Really easy. CreateToolhelp32Snapshot is your friend. Pass TH32CS_SNAPPROCESS, and use szExeFile of PROCESSENTRY32 structure.
Thanks you a lot for the Help. can I find the running process is COM, DCOM? through CreateToolhelp32Snapshot?:) With Regards Manoj Kumar Batra
-
Thanks you a lot for the Help. can I find the running process is COM, DCOM? through CreateToolhelp32Snapshot?:) With Regards Manoj Kumar Batra
manojk_batra wrote:
can I find the running process is COM, DCOM? through CreateToolhelp32Snapshot?
AFAIK, Nope that Not Possible...
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV