System.Curl.CURLSHoption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

CURLSHoption = (
CURLSHOPT_NONE,  { don't use }
CURLSHOPT_SHARE,   { specify a data type to share }
CURLSHOPT_UNSHARE, { specify which data type to stop sharing }
CURLSHOPT_LOCKFUNC,   { pass in a 'curl_lock_function' pointer }
CURLSHOPT_UNLOCKFUNC, { pass in a 'curl_unlock_function' pointer }
CURLSHOPT_USERDATA,   { pass in a user data pointer used in the lock/unlock callback functions }
CURLSHOPT_LAST  { never use }
);

C++

enum DECLSPEC_DENUM CURLSHoption : unsigned char { CURLSHOPT_NONE, CURLSHOPT_SHARE, CURLSHOPT_UNSHARE, CURLSHOPT_LOCKFUNC, CURLSHOPT_UNLOCKFUNC, CURLSHOPT_USERDATA, CURLSHOPT_LAST };

Properties

Type Visibility Source Unit Parent
enum public
System.Curl.pas
System.Curl.hpp
System.Curl System.Curl

Description

Embarcadero Technologies does not currently have any additional information.