System.Curl.curl_debug_callback
Delphi
curl_debug_callback = function (handle: PCURL; { the handle/transfer this concerns }
&type: curl_infotype; { what kind of data }
data: MarshaledAString; { points to the data }
size: size_t; { size of the data pointed to }
userptr: Pointer): Integer; cdecl; { whatever the user please }
C++
typedef int __cdecl (*curl_debug_callback)(PCURL handle, curl_infotype type, char * data, unsigned size, 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.