System.Curl.curl_strdup_callback
Delphi
curl_strdup_callback = function (str: MarshaledAString): MarshaledAString; cdecl;
C++
typedef char * __cdecl (*curl_strdup_callback)(char * str);
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.