System.Curl.CURLMSG_VAL
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 |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。