System.Curl.curl_unlock_function
Delphi
curl_unlock_function = procedure (handle: PCURL; data: curl_lock_data; userptr: Pointer); cdecl;
C++
typedef void __cdecl (*curl_unlock_function)(PCURL handle, curl_lock_data data, void * userptr);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
type typedef |
public | System.Curl.pas System.Curl.hpp |
System.Curl | System.Curl |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。