Fix type of RTL_USER_PROCESS_PARAMETERS::DefaultThreadpoolCpuSetMasks (#42)

This commit is contained in:
Ratin Gao
2024-09-08 04:16:48 +08:00
committed by GitHub
parent 1f91f263a2
commit 7675984a0f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2827,7 +2827,7 @@ typedef struct _RTL_USER_PROCESS_PARAMETERS
UNICODE_STRING RedirectionDllName; // REDSTONE4
UNICODE_STRING HeapPartitionName; // 19H1
ULONG_PTR DefaultThreadpoolCpuSetMasks;
PULONGLONG DefaultThreadpoolCpuSetMasks;
ULONG DefaultThreadpoolCpuSetMaskCount;
ULONG DefaultThreadpoolThreadMaximum;
ULONG HeapMemoryTypeMask; // WIN11
+1 -1
View File
@@ -240,7 +240,7 @@ typedef struct _RTL_USER_PROCESS_PARAMETERS32
UNICODE_STRING32 RedirectionDllName; // REDSTONE4
UNICODE_STRING32 HeapPartitionName; // 19H1
WOW64_POINTER(ULONG_PTR) DefaultThreadpoolCpuSetMasks;
WOW64_POINTER(ULONGLONG) DefaultThreadpoolCpuSetMasks;
ULONG DefaultThreadpoolCpuSetMaskCount;
ULONG DefaultThreadpoolThreadMaximum;
} RTL_USER_PROCESS_PARAMETERS32, *PRTL_USER_PROCESS_PARAMETERS32;