Unit 'libcurl' Package
[Overview][Constants][Types][Procedures and functions][Index] [#libcurl]

CURLMsg

Declaration

Source position: libcurl.pp line 1320

type CURLMsg = record

  msg: TCURLMSG;

  easy_handle: PCURL;

  data: record

    case LongInt of

      0: (

          whatever: pointer;

        );

      1: (

          result: CURLcode;

        );

  end;

end;


Documentation generated on: 2023-03-18