System.Curl.curl_conv_callback
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.