am_abbas
August 18th, 2004, 09:28 AM
How to find out the files attached to a process. I am very new to WINAPI. I am finding it difficult to approach this. Any please help me.
Thanks,
Abbas
Thanks,
Abbas
|
Click to See Complete Forum and Search --> : Files attached to a process am_abbas August 18th, 2004, 09:28 AM How to find out the files attached to a process. I am very new to WINAPI. I am finding it difficult to approach this. Any please help me. Thanks, Abbas sbubis August 18th, 2004, 12:04 PM What do you mean saying "files attached to a process"? What kind of files? DLLs? child processes? am_abbas August 19th, 2004, 04:25 AM For example MS Word is running, I would like to find out what are all the files opened in current MS Word session. But the application I am referring to write a log file apart from the files opened in a session. So how to find out what are the files attached to the process. sbubis, Thanks for your time and interest sbubis August 19th, 2004, 08:54 AM Unfortunately, I don't know any generic way to solve such problem. I mean, I don't know is there Win API that makes it possible to write a generic application that will be capable to get from OS information about which file is currently open and by which application. am_abbas August 19th, 2004, 01:43 PM If would be difficult to find that for all the process. It will be something for the given process name or process id, should be able to find the files attached to the process. AdaraCD August 19th, 2004, 02:43 PM http://www.codeguru.com/forum/showthread.php?s=&threadid=203225 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |