Hi,

I have this error in "CopyMemory ".
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

#region API
[DllImport("Kern el32.dll", EntryPoint = "RtlMoveMemory" )]
private static extern void CopyMemory(IntP tr Destination, IntPtr Source, [MarshalAs(Unman agedType.U4)] uint Length);
#endregion...