Topic Path: Symbol Reference > Functions > deflateInit2_ Function
ContentsIndexHome
PreviousUpNext
deflateInit2_ Function
File
function deflateInit2_(
    var strm: TZStreamRec; 
    level: Integer; 
    method: Integer; 
    windowBits: Integer; 
    memLevel: Integer; 
    strategy: Integer; 
    version: PChar; 
    recsize: Integer
): Integer; cdecl;
Parameters 
Description 
strm 
Scope is var. Type is TZStreamRec.
 
level 
Type is Integer.
 
method 
Type is Integer.
 
windowBits 
Type is Integer.
 
memLevel 
Type is Integer.
 
strategy 
Type is Integer. 

Integer

deflateInit2_ is a function. 

deflateInit2_ returns a Integer value.

Topic generated.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.