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 575 by william, Thu Jun 6 07:46:38 2013 UTC vs.
Revision 578 by william, Thu Jun 6 08:18:44 2013 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines