System.Curl.curl_formget_callback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

curl_formget_callback = function (arg: Pointer; buf: MarshaledAString; len: size_t): size_t; cdecl;

C++

typedef unsigned __cdecl (*curl_formget_callback)(void * arg, char * buf, unsigned len);

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.