System.Curl.curl_lock_access
Delphi
curl_lock_access = (
CURL_LOCK_ACCESS_NONE = 0, { unspecified action }
CURL_LOCK_ACCESS_SHARED = 1, { for read perhaps }
CURL_LOCK_ACCESS_SINGLE = 2, { for write perhaps }
CURL_LOCK_ACCESS_LAST { never use }
);
C++
enum DECLSPEC_DENUM curl_lock_access : unsigned int { CURL_LOCK_ACCESS_NONE, CURL_LOCK_ACCESS_SHARED, CURL_LOCK_ACCESS_SINGLE, CURL_LOCK_ACCESS_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 !