IAppxEncryptedBundleWriter3::AddPayloadPackageEncrypted method (appxpackaging.h)
Encrypts a new payload package to the bundle.
Syntax
HRESULT AddPayloadPackageEncrypted(
[in] LPCWSTR fileName,
[in] IStream *packageStream,
[in] BOOL isDefaultApplicablePackage
);
Parameters
[in] fileName
The name of the payload file. The file name path must be relative to the root of the package.
[in] packageStream
An IStream that provides the contents of fileName.
[in] isDefaultApplicablePackage
A flag for whether this package is a default applicable 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 |