IAppxBlockMapBlock::GetCompressedSize method (appxpackaging.h)
Retrieves compressed size of the block.
Syntax
HRESULT GetCompressedSize(
[out, retval] UINT32 *size
);
Parameters
[out, retval] size
Type: UINT32*
The compressed size of the block, in bytes.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
This size corresponds to the compressed size of the block.
The size value corresponds to the Size attribute of the Block element in the block map.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | appxpackaging.h |