[FileLocksmith]Move hanging operations to a distinct thread (#22806)

This commit is contained in:
Jaime Bernardo
2022-12-16 09:37:33 +00:00
committed by GitHub
parent 0de7781b51
commit b17955c968
3 changed files with 108 additions and 55 deletions

View File

@@ -27,7 +27,7 @@ private:
public:
struct ProcessInfo
{
DWORD pid;
DWORD pid = 0;
std::wstring name;
std::wstring user;
std::vector<std::wstring> modules;