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

ApplyDeltaW() private method

private ApplyDeltaW ( long ApplyFlags, [ lpSourceName, [ lpDeltaName, [ lpTargetName ) : bool
ApplyFlags long
lpSourceName [
lpDeltaName [
lpTargetName [
return bool
        public static extern bool ApplyDeltaW(long ApplyFlags, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPWStr)] string lpSourceName, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPWStr)] string lpDeltaName, [InAttribute()] [MarshalAsAttribute(UnmanagedType.LPWStr)] string lpTargetName);