[COMMENT] Document array indices for EPROCESS.Quota* members.
authorMike Nordell <tamlin@algonet.se>
Mon, 22 Oct 2007 10:04:52 +0000 (10:04 +0000)
committerMike Nordell <tamlin@algonet.se>
Mon, 22 Oct 2007 10:04:52 +0000 (10:04 +0000)
svn path=/trunk/; revision=29771

reactos/include/ndk/pstypes.h

index 964b658..b4b1e71 100644 (file)
@@ -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;