IAppxEncryptedBlockMapFile::GetFileHash method

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Gets the file hash of the encrypted block map file.

Syntax

HRESULT GetFileHash(
  [out]                                   UINT32 *fileHashSize,
  [out, size_is(, *fileHashSize), retval] UINT64 **fileHash
);

Parameters

  • fileHashSize [out]
    The size of the file hash of the encrypted block map file.

  • fileHash [out, retval]
    The file hash of the encrypted block map file.

Return value

If the method succeeds, it returns S_OK. Otherwise, it returns an error code.

Requirements

Minimum supported client

Windows 10, version 1607 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

AppxPackaging.h

IDL

AppxPackaging.idl

See also

IAppxEncryptedBlockMapFile