mirror of
https://github.com/winsiderss/phnt
synced 2026-06-08 18:20:04 +00:00
Fix type of RTL_USER_PROCESS_PARAMETERS::DefaultThreadpoolCpuSetMasks (#42)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user