System.Curl.curl_malloc_callback
Delphi
curl_malloc_callback = function (size: size_t): Pointer; cdecl;
C++
typedef void * __cdecl (*curl_malloc_callback)(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.