System.Curl.curl_opensocket_callback
Delphi
curl_opensocket_callback = function (clientp: Pointer; purpose: TCurlsocktype; address: pcurl_sockaddr): curl_socket_t; cdecl;
C++
typedef curl_socket_t __cdecl (*curl_opensocket_callback)(void * clientp, TCurlSockType purpose, pcurl_sockaddr address);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | System.Curl.pas System.Curl.hpp |
System.Curl | System.Curl |
Description
Embarcadero Technologies does not currently have any additional information.