System.Curl.CURLMsg
Delphi
CURLMsg = record
C++
struct DECLSPEC_DRECORD CURLMsg
{
public:
CURLMSG_VAL msg;
PCURL easy_handle;
public:
int data;
union
{
struct
{
CURLcode result;
};
struct
{
void *whatever;
};
};
};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
record struct |
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 !