"Support" SystemMemoryUsageInformation

This commit is contained in:
momo5502
2025-03-22 21:13:48 +01:00
parent 0dea8260cc
commit 56f304e3e0

View File

@@ -1090,7 +1090,8 @@ namespace
return STATUS_NOT_SUPPORTED;
}
if (info_class == SystemProcessInformation || info_class == SystemModuleInformation)
if (info_class == SystemProcessInformation || info_class == SystemModuleInformation ||
info_class == SystemMemoryUsageInformation)
{
return STATUS_NOT_SUPPORTED;
}