ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/Sojaner.MemoryScanner/MemoryProviers/IFileWriter.cs
(Generate patch)

Comparing trunk/Win32/Sojaner.MemoryScanner/MemoryProviers/IFileWriter.cs (file contents):
Revision 231 by william, Sun Jun 3 12:36:47 2012 UTC vs.
Revision 235 by william, Sun Jun 3 12:44:26 2012 UTC

--- trunk/Win32/Sojaner.MemoryScanner/MemoryProviers/IFileWriter.cs	2012/06/03 12:36:47	231
+++ trunk/Win32/Sojaner.MemoryScanner/MemoryProviers/IFileWriter.cs	2012/06/03 12:44:26	235
@@ -7,6 +7,6 @@ namespace Sojaner.MemoryScanner.MemoryPr
 {
     public interface IFileWriter
     {
-        bool WriteProcessMemoryToFile(string filename, uint MemoryAddress, int bytesToRead, out int bytesRead);
+        bool WriteProcessMemoryToFile(string filename, uint MemoryAddress, uint bytesToRead, out int bytesRead);
     }
 }