System.ZLib.out_func

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

Delphi

out_func = function(out_desc: Pointer; buf: PByte; length: Cardinal): Integer;

C++

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

プロパティ

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

説明

out_funcinflateBack 関数にパラメータとして渡される関数を表します。


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

関連項目