ZipApi_UnCompress
Name
ZipApi_UnCompress —
Uncompresses the contents of a Blitz bank.
Description
Function ZipApi_UnCompress% (
bankHandle%,
unpackedSize = 0%
)
Uncompresses the contents of a Blitz bank.
Parameters
- bankHandle
The bank containing data to be uncompressed.
- unpackedSize = 0
Return Values
A handle to a Blitz bank if the operation was successful, or an error code if not.