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 235 by william, Sun Jun 3 12:44:26 2012 UTC vs.
Revision 249 by william, Sun Jun 3 16:09:05 2012 UTC

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