Cannot duplicate handle of file with known path, but have its HANDLE_ENTRY_INFO

前端 未结 1 1437
孤城傲影
孤城傲影 2021-01-23 14:17

I have 5 processes. I have their process ids. Each of these process locks their own parent.lock file. I have these parent.lock file paths in an array c

相关标签:
1条回答
  • 2021-01-23 14:55

    For XP, you can use NtQueryInformationFile() with the FileNameInformation info class.

    0 讨论(0)
提交回复
热议问题