IAppxPackageEditor::CreateDeltaPackage method (appxpackaging.h)
Creates a delta package from the differences in the updated package and the baseline package.
Syntax
HRESULT CreateDeltaPackage(
[in] IStream *updatedPackageStream,
[in] IStream *baselinePackageStream,
[in] IStream *deltaPackageStream
);
Parameters
[in] updatedPackageStream
An IStream that provides the contents of the updated app package.
[in] baselinePackageStream
An IStream that provides the contents of the baseline app package.
[in] deltaPackageStream
An IStream that provides the contents of the delta (difference) app package.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Target Platform | Windows |
Header | appxpackaging.h |