System.Curl.CURLMsg

From RAD Studio API Documentation
Jump to: navigation, search

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;
        };
    };
};

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.