示例#1
0
        internal static int curl_shim_install_share_delegates(IntPtr pShare,
                                                              IntPtr pThis, CURLSH_LOCK_DELEGATE pLock,
                                                              CURLSH_UNLOCK_DELEGATE pUnlock)
        {
            IntPtr fLock   = Marshal.GetFunctionPointerForDelegate(pLock);
            IntPtr fUnlock = Marshal.GetFunctionPointerForDelegate(pUnlock);

            return(CURL_curl_shim_install_share_delegates(pShare, pThis, fLock, fUnlock));
        }
示例#2
0
 internal static extern int curl_shim_install_share_delegates(IntPtr pShare,
                                                              IntPtr pThis, CURLSH_LOCK_DELEGATE pLock,
                                                              CURLSH_UNLOCK_DELEGATE pUnlock);
示例#3
0
 internal static extern int curl_shim_install_share_delegates(IntPtr pShare,
     IntPtr pThis, CURLSH_LOCK_DELEGATE pLock,
     CURLSH_UNLOCK_DELEGATE pUnlock);