System.Curl.curl_sshkeycallback

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

Delphi

curl_sshkeycallback = function (easy: PCURL;                { easy handle }
knownkey: PCurlKHKey;       { known }
foundkey: PCurlKHKey;       { found }
viewonkeys: curl_khmatch;   { libcurl's view on the keys }
clientp: Pointer): Integer; cdecl; { custom pointer passed from app }

C++

typedef int __cdecl (*curl_sshkeycallback)(PCURL easy, PCurlKHKey knownkey, PCurlKHKey foundkey, curl_khmatch viewonkeys, void * clientp);

プロパティ

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

説明

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