Méthode IAppxPackageEditor ::UpdatePackageManifest (appxpackaging.h)
Mises à jour un manifeste de package d’application.
Syntaxe
HRESULT UpdatePackageManifest(
[in] IStream *packageStream,
[in] IStream *updatedManifestStream,
[in] BOOL isPackageEncrypted,
[in] APPX_PACKAGE_EDITOR_UPDATE_PACKAGE_MANIFEST_OPTIONS options
);
Paramètres
[in] packageStream
IStream qui fournit le contenu du package d’application associé au manifeste à mettre à jour.
[in] updatedManifestStream
IStream qui fournit le contenu du manifeste du package d’application mis à jour.
[in] isPackageEncrypted
Indicateur pour spécifier si le package est chiffré.
[in] options
Options pour la validation du manifeste de package d’application.
Valeur retournée
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10 (applications de bureau uniquement) |
Serveur minimal pris en charge | Windows Server 2016 (applications de bureau uniquement) |
Plateforme cible | Windows |
En-tête | appxpackaging.h |