System.Curl.curl_multi_fdset

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

Delphi

curl_multi_fdset: function (multi_handle: PCURLM; read_fd_set: fd_set; write_fd_set: fd_set;
exc_fd_set: pfd_set; max_fd: PInteger): CURLMcode; cdecl;

C++

extern DELPHI_PACKAGE CURLMcode __cdecl (*curl_multi_fdset)(PCURLM multi_handle, fd_set read_fd_set, fd_set write_fd_set, Winapi::Winsock2::PFdSet exc_fd_set, System::PInteger max_fd);

プロパティ

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

説明

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