System.Curl.CURLMSG_VAL

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

CURLMSG_VAL = (
CURLMSG_NONE, { first, not used }
CURLMSG_DONE, { This easy handle has completed. 'result' contains the CURLcode of the transfer }
CURLMSG_LAST  { last, not used }
);

C++

enum DECLSPEC_DENUM CURLMSG_VAL : unsigned int { CURLMSG_NONE, CURLMSG_DONE, CURLMSG_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.