AvCapWPF.CapGrabber.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
        private static extern void CopyMemory(IntPtr Destination, IntPtr Source, int Length);