ZipApi_UnCompress

Description

Function ZipApi_UnCompress% (
     bankHandle%,
     unpackedSize = 0%
)

Uncompresses the contents of a Blitz bank.

Parameters

bankHandle

The bank containing data to be uncompressed.

unpackedSize

The unpacked size of the data, if known. The library will guess if this is 0, but it may lead to buffer errors.

Return Values

A handle to a Blitz bank if the operation was successful, or an error code if not.

See Also

ZipApi_Compress