System.Curl.curl_socket_callback

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

curl_socket_callback = function(easy: PCURL;          { easy handle }
s: curl_socket_t; { socket }
what: Integer;    { see above }
userp: Pointer;   { private callback pointer }
socketp: Pointer): Integer; cdecl;  { private socket pointer }

C++

typedef int __cdecl (*curl_socket_callback)(PCURL easy, curl_socket_t s, int what, void * userp, void * socketp);

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 !