ZDeflateInit

<< Click to Display Table of Contents >>

Navigation:  Functions >

ZDeflateInit

SIGNATURE=IWZLibEx.ZDeflateInit@TZStreamRec@TZCompressionLevel

 

ETYPE=Function

 

Declaration:

Delphi:

function ZDeflateInit(var stream: TZStreamRec; level: TZCompressionLevel): Integer;

C++:

int ZDeflateInit(TZStreamRec stream, TZCompressionLevel level);

 

Unit: IWZLibEx.pas

 

Description: zlib deflate routines 

 

Parameters:

 

•stream: TZStreamRec

 

•level: TZCompressionLevel

 

Result(Integer):