System.Curl.curl_ssl_ctx_callback

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

curl_ssl_ctx_callback = function (curl: PCURL;      { easy handle }
ssl_ctx: Pointer; { actually an OpenSSL SSL_CTX }
userptr: Pointer): CURLcode; cdecl;

C++

typedef CURLcode __cdecl (*curl_ssl_ctx_callback)(PCURL curl, void * ssl_ctx, void * userptr);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.Curl.pas
System.Curl.hpp
System.Curl System.Curl

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。