CryptoSys API Library Manual
zlibInflate
Inflate compressed data using the ZLIB algorithm.
Syntax
[VBA]
Public Function zlibInflate ( _
lpInput() As Byte _
) As Byte()
Parameters
- lpInput
- Compressed data to be inflated.
Return Value
Byte(): Uncompressed data, or an empty array on error.
Remarks
An empty array may also be returned in the trivial case where the original data was the empty array itself.
[Contents] [Index]