コード例 #1
0
ファイル: NativeMethods.cs プロジェクト: y3ff/Jackett
 public static extern int curl_shim_install_share_delegates(
     IntPtr pShare,
     IntPtr pThis,
     _ShimLockCallback pLock,
     _ShimUnlockCallback pUnlock);
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: ChuckFork/CurlSharp
 internal static extern int curl_shim_install_share_delegates(IntPtr pShare,
     IntPtr pThis, _ShimLockCallback pLock, _ShimUnlockCallback pUnlock);