IAppxPackageReader::GetBlockMap-Methode (appxpackaging.h)
Ruft das Blockzuordnungsobjektmodell des Pakets ab.
Syntax
HRESULT GetBlockMap(
[out, retval] IAppxBlockMapReader **blockMapReader
);
Parameter
[out, retval] blockMapReader
Typ: IAppxBlockMapReader**
Das Objektmodell der Blockzuordnung des Pakets.
Rückgabewert
Typ: HRESULT
Wenn diese Methode erfolgreich ist, wird S_OK zurückgegeben. Andernfalls wird ein Fehlercode HRESULT zurückgegeben.
Hinweise
Die Paketblockzuordnung wird überprüft, wenn der Paketleser mithilfe von IAppxFactory erstellt wird.
Anforderungen
Unterstützte Mindestversion (Client) | Windows 8 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2012 [nur Desktop-Apps] |
Zielplattform | Windows |
Kopfzeile | appxpackaging.h |