System.Curl.CURLMSG_VAL
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 char { CURLMSG_NONE, CURLMSG_DONE, CURLMSG_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.