System.Curl.curl_chunk_bgn_callback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

curl_chunk_bgn_callback = function(transfer_info: PPointer; ptr: Pointer; remains: Integer): Longint; cdecl;

C++

typedef System::LongInt __cdecl (*curl_chunk_bgn_callback)(System::PPointer transfer_info, void * ptr, int remains);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.