System.Curl.curl_conv_callback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

curl_conv_callback = function (buffer: MarshaledAString; length: size_t): CURLcode; cdecl;

C++

typedef CURLcode __cdecl (*curl_conv_callback)(char * buffer, unsigned length);

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.