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.

See Also

ZipApi_Compress

Index

Click here here to view the latest version of this page online