System.Curl.curl_debug_callback
Delphi
curl_debug_callback = function (handle: PCURL; { the handle/transfer this concerns }
&type: curl_infotype; { what kind of data }
data: MarshaledAString; { points to the data }
size: size_t; { size of the data pointed to }
userptr: Pointer): Integer; cdecl; { whatever the user please }
C++
typedef int __cdecl (*curl_debug_callback)(PCURL handle, curl_infotype type, char * data, unsigned size, void * userptr);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
type typedef |
public | System.Curl.pas System.Curl.hpp |
System.Curl | System.Curl |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。