标签: c++ windows winapi
有时当我尝试删除某个进程的exe文件时,我从GetLastError收到以下错误:
GetLastError
Error: 32 The process cannot access the file because it is being used by another process.
有没有办法找出使用C ++和WinAPI锁定该文件的内容?
答案 0 :(得分:1)
对我有用的最佳解决方案可以基于@IInspectable建议的文章。查看我对帖子here的其他回复。