System.Curl.curl_khkey
Delphi
curl_khkey = record
C++
struct DECLSPEC_DRECORD curl_khkey
{
public:
char * key;
#ifndef _WIN64
unsigned len;
#else /* _WIN64 */
unsigned __int64 len;
#endif /* _WIN64 */
curl_khtype keytype;
};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
record struct |
public | System.Curl.pas System.Curl.hpp |
System.Curl | System.Curl |
Description
Embarcadero Technologies does not currently have any additional information.