IAppxFile ::GetSize, méthode (appxpackaging.h)
Récupère la taille non compressée du fichier.
Syntaxe
HRESULT GetSize(
[out, retval] UINT64 *size
);
Paramètres
[out, retval] size
Type : UINT64*
Taille non compressée, en octets.
Valeur retournée
Type : HRESULT
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 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | appxpackaging.h |