System.Curl.CURLSHoption

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 int { CURLSHOPT_NONE, CURLSHOPT_SHARE, CURLSHOPT_UNSHARE, CURLSHOPT_LOCKFUNC, CURLSHOPT_UNLOCKFUNC, CURLSHOPT_USERDATA, CURLSHOPT_LAST };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
System.Curl.pas
System.Curl.hpp
System.Curl System.Curl

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.