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 int { CURLMSG_NONE, CURLMSG_DONE, CURLMSG_LAST };
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| enum | public | System.Curl.pas System.Curl.hpp |
System.Curl | System.Curl |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !