can somebody please help me.
I want to get the filename that corresponds to a file handle of an external process.
Currently i managed to do that only on Win32bit and not Win64bit.
Is code signing required to do that in Windows 64bit ?
Thanks !
can somebody please help me.
I want to get the filename that corresponds to a file handle of an external process.
Currently i managed to do that only on Win32bit and not Win64bit.
Is code signing required to do that in Windows 64bit ?
Thanks !
You have to compile your application as AnyCPU (not x86), because on an x64 OS only x64 processes can access other x64 processes.