RtlMoveMemory
[DllImport("ntdll.dll", SetLastError = true)]
public static extern void RtlMoveMemory(
IntPtr Destination,
IntPtr Source,
uint Length
);Last updated
[DllImport("ntdll.dll", SetLastError = true)]
public static extern void RtlMoveMemory(
IntPtr Destination,
IntPtr Source,
uint Length
);Last updated