System.ZLib.free_func

提供: RAD Studio API Documentation
移動先: 案内検索

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);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.ZLib.pas
System.ZLib.hpp
System.ZLib System.ZLib

説明

free_func は、メモリ ブロックの解放に使用される関数を表します。


詳細は、ZLib ライブラリから提供される元のドキュメントを参照してください。

関連項目