Ignore system info class 250

This commit is contained in:
momo5502
2024-11-09 22:50:00 +01:00
parent 9eb49c981d
commit 21c3ccff9a

View File

@@ -736,6 +736,7 @@ namespace
{
if (info_class == SystemFlushInformation
|| info_class == SystemHypervisorSharedPageInformation
|| info_class == 250 // Build 27744
)
{
return STATUS_NOT_SUPPORTED;