I need a way to get all the file descriptors of this process.
for example, given the handle to the winword.exe process, I would like to get a list of the files for this process (doc files, etc.).
I am using Win32 api through C # / pInvoke.
Thanks!
c # winapi
Rubinsh
source share