[AUDIT] - Unlock Thomas's low resource notification code, since it's clean.
[reactos.git] / reactos / include / ndk / mmfuncs.h
index 75fa3c8..5716e03 100644 (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