ZipApi_Compress

Description

Function ZipApi_Compress% (
     bankHandle%,
     compressionLevel = ZIPAPI_DEFAULT_COMPRESSION%
)

Compresses a Blitz bank, and returns a new bank containing the compressed data.

Parameters

bankHandle

The handle of the bank to compress.

compressionLevel = ZIPAPI_DEFAULT_COMPRESSION

Return Values

Bank containing compressed data, or an error code if there was an error.