System.Curl.curl_multi_timer_callback

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

curl_multi_timer_callback = function (multi: PCURLM;       { multi handle }
timeout_ms: Longint; { see above }
userp: Pointer): Integer; cdecl;   { private callback pointer }

C++

typedef int __cdecl (*curl_multi_timer_callback)(PCURLM multi, System::LongInt timeout_ms, void * userp);

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 !