System.Curl.curl_lock_function
Delphi
curl_lock_function = procedure (handle: PCURL;data: curl_lock_data; locktype: curl_lock_access; userptr: Pointer); cdecl;
C++
typedef void __cdecl (*curl_lock_function)(PCURL handle, curl_lock_data data, curl_lock_access locktype, void * userptr);
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.