Fix a bug.

svn path=/trunk/; revision=26342
This commit is contained in:
Dmitry Gorbachev
2007-04-14 18:07:08 +00:00
parent 82bb46d16d
commit 5f8f828416
+1 -1
View File
@@ -267,7 +267,7 @@ NtQueryInformationProcess(IN HANDLE ProcessHandle,
VmCounters->PeakPagefileUsage = Process->QuotaPeak[2];
/* Set the return length */
*ReturnLength = sizeof(VM_COUNTERS);
Length = sizeof(VM_COUNTERS);
}
_SEH_HANDLE
{