示例#1
0
            public static void ProcessWrite(IntPtr Dst, ref ListViewAccessor.LVHITTESTINFO Src, int Len)
            {
                IntPtr WriteBytes = NULL;

                WriteProcessMemory(hProcess, Dst, ref Src, Len, WriteBytes);
            }
示例#2
0
 static extern bool WriteProcessMemory(IntPtr hProcess, IntPtr lpBaseAddress,
                                       ref ListViewAccessor.LVHITTESTINFO buffer, int dwSize, IntPtr lpNumberOfBytesWritten);