System.Curl.curl_calloc_callback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

curl_calloc_callback = function (nmemb: size_t; size: size_t): Pointer; cdecl;

C++

typedef void * __cdecl (*curl_calloc_callback)(unsigned nmemb, unsigned size);

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.