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]

[PREV: zlibDeflate...]   [Contents]   [Index]   
   [NEXT: C++ (STL) Functions...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.