System.ZLib.free_func

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __cdecl (*free_func)(void * opaque, void * address);

Properties

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

Description

free_func represents a function used to free a memory block.

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

See Also