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

# Line 7 | Line 7 | namespace Sojaner.MemoryScanner.MemoryPr
7   {
8      public interface IFileWriter
9      {
10 <        bool WriteProcessMemoryToFile(string filename, uint MemoryAddress, int bytesToRead, out int bytesRead);
10 >        bool WriteProcessMemoryToFile(string filename, uint MemoryAddress, uint bytesToRead, out int bytesRead);
11      }
12   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines