Internet Direct (Indy)
Home
PreviousUpNext
DecompressBuf Function
Pascal
procedure DecompressBuf(
    const InBuf: Pointer; 
    InBytes: Integer; 
    OutEstimate: Integer; 
    out OutBuf: Pointer; 
    out OutBytes: Integer
);
Parameters 
Description 
InBuf 
Scope is const. Type is Pointer.
 
InBytes 
Type is Integer.
 
OutEstimate 
Type is Integer.
 
OutBuf 
Scope is out. Type is Pointer.
 
OutBytes 
Scope is out. Type is Integer. 

DecompressBuf is a procedure.

Topic generated.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.