[AUDIT] - Unlock Thomas's low resource notification code, since it's clean.

- Entirely rewrite Kernel32 Probe functions to um, actually probe (ported Thomas's code in the kernel and adjusted for user-mode and then checked with WINE's code). I can't begin to fathom what the previous routines were supposed to be doing.

svn path=/trunk/; revision=22520
This commit is contained in:
Alex Ionescu
2006-06-22 23:40:50 +00:00
parent 3b350f6972
commit 8727a1f7ff
2 changed files with 176 additions and 189 deletions
+2 -2
View File
@@ -232,8 +232,8 @@ NtWriteVirtualMemory(
IN HANDLE ProcessHandle,
IN PVOID BaseAddress,
IN PVOID Buffer,
IN ULONG NumberOfBytesToWrite,
OUT PULONG NumberOfBytesWritten
IN SIZE_T NumberOfBytesToWrite,
OUT PSIZE_T NumberOfBytesWritten
);
NTSYSAPI