Fix region info query

This commit is contained in:
momo5502
2025-04-13 18:57:58 +02:00
committed by Maurice Heumann
parent 5a93462b45
commit 52d4e7e281
2 changed files with 5 additions and 5 deletions

View File

@@ -126,8 +126,8 @@ typedef struct _MEMORY_REGION_INFORMATION
std::int64_t RegionSize;
std::int64_t CommitSize;
DWORD64 PartitionId; // 19H1
DWORD64 NodePreference; // 20H1
// DWORD64 PartitionId; // 19H1
// DWORD64 NodePreference; // 20H1
} MEMORY_REGION_INFORMATION64, *PMEMORY_REGION_INFORMATION64;
// NOLINTEND(modernize-use-using)