mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[COMMENT] Document array indices for EPROCESS.Quota* members.
svn path=/trunk/; revision=29771
This commit is contained in:
@@ -1160,8 +1160,8 @@ typedef struct _EPROCESS
|
||||
EX_RUNDOWN_REF RundownProtect;
|
||||
HANDLE UniqueProcessId;
|
||||
LIST_ENTRY ActiveProcessLinks;
|
||||
ULONG QuotaUsage[3];
|
||||
ULONG QuotaPeak[3];
|
||||
ULONG QuotaUsage[3]; /* 0=PagedPool, 1=NonPagedPool, 2=Pagefile */
|
||||
ULONG QuotaPeak[3]; /* ditto */
|
||||
ULONG CommitCharge;
|
||||
ULONG PeakVirtualSize;
|
||||
ULONG VirtualSize;
|
||||
|
||||
Reference in New Issue
Block a user