Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有时,当我尝试删除我的一个进程的 exe 文件时,我会收到以下错误GetLastError:
GetLastError
Error: 32 The process cannot access the file because it is being used by another process.
有没有办法使用 C++ 和 WinAPI 找出锁定该文件的内容?
最适合我的解决方案可以基于@IInspectable 建议的文章。在此处查看我对您帖子的其他回复。