mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 00:16:40 +00:00
[COMMENT] Document array indices for EPROCESS.Quota* members.
svn path=/trunk/; revision=29771
This commit is contained in:
parent
23dda38c1e
commit
1f2fce4fea
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue