mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 14:08:22 +00:00
[NTOS:PS] Support using QUOTA_LIMITS_EX in NtSetInformationProcess(ProcessQuotaLimits)
Both QUOTA_LIMITS and QUOTA_LIMITS_EX are already supported in PspSetQuotaLimits,
but this was broken by a330b56787
This commit is contained in:
parent
32a45ce15c
commit
ad370238d7
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ static const INFORMATION_CLASS_INFO PsProcessInfoClass[] =
|
|||
(
|
||||
QUOTA_LIMITS,
|
||||
ULONG,
|
||||
ICIF_QUERY | ICIF_SET
|
||||
ICIF_QUERY | ICIF_SET | ICIF_SET_SIZE_VARIABLE
|
||||
),
|
||||
|
||||
/* ProcessIoCounters */
|
||||
|
|
Loading…
Reference in a new issue