IAppxBundleWriter3::AddPackageReference method (appxpackaging.h)
Adds a reference to an optional app package or a payload file within an app bundle.
Syntax
HRESULT AddPackageReference(
[in] LPCWSTR fileName,
[in] IStream *inputStream
);
Parameters
[in] fileName
The name of the payload file. The file name path must be relative to the root of the package.
[in] inputStream
An IStream that provides the contents of fileName.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
By adding a reference to a payload file or optional app package to an app bundle, the overall size of the bundle is reduced.
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 |