AppUpdater.Delta.NativeMethods.ApplyDeltaProvidedB C# (CSharp) Method

ApplyDeltaProvidedB() private method

private ApplyDeltaProvidedB ( long ApplyFlags, DELTA_INPUT Source, DELTA_INPUT Delta, System lpTarget, uint uTargetSize ) : bool
ApplyFlags long
Source DELTA_INPUT
Delta DELTA_INPUT
lpTarget System
uTargetSize uint
return bool
        public static extern bool ApplyDeltaProvidedB(long ApplyFlags, DELTA_INPUT Source, DELTA_INPUT Delta, System.IntPtr lpTarget, uint uTargetSize);