ApplyDeltaW (msdelta)
Last changed: anonymous

.

Use this function on Source and Delta files to receive Target files.

C# Signature:

    [DllImport("msdelta.dll", SetLastError = true)]
    [return: MarshalAs(UnmanagedType.Bool)]
    private static extern bool ApplyDeltaW(
                        DELTA_FLAG_TYPE ApplyFlags,
                        [MarshalAs(UnmanagedType.LPWStr)] string lpSourceName,
                        [MarshalAs(UnmanagedType.LPWStr)] string lpDeltaName,
                        [MarshalAs(UnmanagedType.LPWStr)] string lpTargetName);

VB Signature:

Declare Function ApplyDeltaW Lib "msdelta.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation