MiQueryVirtualMemory(): created because ZwQueryVirtualMemory() didn't work for me...
authorRoyce Mitchell III <royce3@ev1.net>
Wed, 22 Dec 2004 05:17:44 +0000 (05:17 +0000)
committerRoyce Mitchell III <royce3@ev1.net>
Wed, 22 Dec 2004 05:17:44 +0000 (05:17 +0000)
commit4cf6b9f48954bccc3beef50d7ef1c2898f954693
treeb28d826e9a7cbdcfc912f67d5091886de85b9001
parent5dcad29338f78f6e7fcfc1476d465f8eabab21c8
MiQueryVirtualMemory(): created because ZwQueryVirtualMemory() didn't work for me, added cases for memory area types that I needed to walk stack traces.
Stack traces now use MiQueryVirtualMemory to make sure they never step outside the allocated stack they started in ( this prevents page faults at high irql ) - for some reason this patch eliminates the NtW32Callback() crash everybody is seeing with GDI_DEBUG enabled, tho I don't understand why.

svn path=/trunk/; revision=12286
reactos/ntoskrnl/include/internal/test.h
reactos/ntoskrnl/ke/i386/exp.c
reactos/ntoskrnl/mm/virtual.c