System.Curl.curl_debug_callback

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

curl_debug_callback = function (handle: PCURL;              { the handle/transfer this concerns }
&type: curl_infotype;       { what kind of data }
data: MarshaledAString;     { points to the data }
size: size_t;               { size of the data pointed to }
userptr: Pointer): Integer; cdecl; { whatever the user please }

C++

typedef int __cdecl (*curl_debug_callback)(PCURL handle, curl_infotype type, char * data, unsigned size, void * userptr);

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !