System.ZLib.out_func

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public 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