System.Curl.curlioerr
Delphi
curlioerr = (
CURLIOE_OK, { I/O operation successful }
CURLIOE_UNKNOWNCMD, { command was unknown to callback }
CURLIOE_FAILRESTART, { failed to restart the read }
CURLIOE_LAST { never use }
);
C++
enum DECLSPEC_DENUM curlioerr : unsigned int { CURLIOE_OK, CURLIOE_UNKNOWNCMD, CURLIOE_FAILRESTART, CURLIOE_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 !