MissionPlanner.OSDVideo.NativeMethods.CopyMemory C# (CSharp) Method

CopyMemory() private method

private CopyMemory ( IntPtr Destination, IntPtr Source, int Length ) : void
Destination System.IntPtr
Source System.IntPtr
Length int
return void
            internal static extern void CopyMemory(IntPtr Destination, IntPtr Source, int Length);
        }
OSDVideo.NativeMethods