I am trying to call GetFileInformationByHandle on the executable of my own running program. This means I’ll need to get a file handle to the .exe that started my program. Is there any way to do this?
Failing that, is there any way to get the nFileIndexHigh and nFileIndexLow for a running executable?
Here it is a way to do this. I hope this helps: