MusicBeePlugin.Plugin.CopyMemory C# (CSharp) Method

CopyMemory() private method

private CopyMemory ( MusicBeeApiInterface &mbApiInterface, IntPtr src, int length ) : void
mbApiInterface MusicBeeApiInterface
src System.IntPtr
length int
return void
        private static extern void CopyMemory(ref MusicBeeApiInterface mbApiInterface, IntPtr src, int length);