CopyMemory Function - Windows API

Purpose



Declaration

C#

[DllImport("kernel32.dll", EntryPoint = "RtlMoveMemory")]
private static extern void CopyMemory(IntPtr pDst, IntPtr pSrc, System.Int32 ByteLen);