System.ZLib.free_func

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

free_func = procedure(opaque, address: Pointer); cdecl;
free_func = procedure(opaque, address: Pointer); cdecl;

C++

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.