System.ZLib.out_func

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

out_func = function(out_desc: Pointer; buf: PByte; length: Cardinal): Integer;

C++

typedef int __fastcall (*out_func)(void * out_desc, System::PByte buf, unsigned length);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.ZLib.pas
System.ZLib.hpp
System.ZLib System.ZLib

Description

out_func represents a function that is passed as a parameter to inflateBack function.

For more information see the original documentation provided by ZLib library.

See Also