System.Curl.CURLMSG_VAL

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

Delphi

CURLMSG_VAL = (
CURLMSG_NONE, { first, not used }
CURLMSG_DONE, { This easy handle has completed. 'result' contains the CURLcode of the transfer }
CURLMSG_LAST  { last, not used }
);

C++

enum DECLSPEC_DENUM CURLMSG_VAL : unsigned int { CURLMSG_NONE, CURLMSG_DONE, CURLMSG_LAST };

プロパティ

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

説明

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