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);
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| type typedef | public | System.Curl.pas System.Curl.hpp | System.Curl | System.Curl | 
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !