AvCapWPF.CapGrabber.CopyMemory C# (CSharp) Méthode

CopyMemory() private méthode

private CopyMemory ( IntPtr Destination, IntPtr Source, int Length ) : void
Destination System.IntPtr
Source System.IntPtr
Length int
Résultat void
        private static extern void CopyMemory(IntPtr Destination, IntPtr Source, int Length);