System.ZLib.in_func

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

in_func = function(in_desc: Pointer; var buf: PByte): Cardinal;

C++

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

Propriétés

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

Description

in_func représente une fonction qui est transmise en tant que paramètre à la fonction inflateBack.

Pour de plus amples informations, voir la documentation originale fournie par la bibliothèque ZLib.

Voir aussi