System.ZLib.in_func

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef unsigned __fastcall (*in_func)(void * in_desc, System::PByte &buf);

Properties

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

Description

in_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