System.Curl.curl_sshkeycallback
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);
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.