IAppxBlockMapBlock::GetCompressedSize method
Retrieves compressed size of the block.
Syntax
HRESULT GetCompressedSize( [out, retval] UINT32 *size );
Parameters
- size [out, retval]
-
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
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IAppxBlockMapBlock is defined as 75cf3930-3244-4fe0-a8c8-e0bcb270b889 |
See also