Partager via


IAppxBlockMapFile::GetBlocks, méthode (appxpackaging.h)

Récupère un énumérateur pour parcourir les blocs d’un fichier répertorié dans la carte de blocs.

Syntaxe

HRESULT GetBlocks(
  [out, retval] IAppxBlockMapBlocksEnumerator **blocks
);

Paramètres

[out, retval] blocks

Type : IAppxBlockMapBlocksEnumerator**

Énumérateur pour parcourir les blocs.

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

   
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

Voir aussi

IAppxBlockMapFile