mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
Fix a bug.
svn path=/trunk/; revision=26342
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user