コード例 #1
0
 public static extern CURLSH curl_share_setopt_ptr(IntPtr sharePtr, CURLSHOPT option, Delegates.UnlockFunction arg);
コード例 #2
0
ファイル: CurlShare.cs プロジェクト: wonst719/curl-unity
 public CURLSH SetOpt(CURLSHOPT options, Delegates.UnlockFunction value)
 {
     return(Lib.curl_share_setopt_ptr(sharePtr, options, value));
 }