Exemplo n.º 1
0
 internal static extern void ShareCleanup(this ShareHandle handle);
Exemplo n.º 2
0
 internal static extern CurlShareCode ShareSetOpt(this ShareHandle handle, CurlShareOption option, CurlLockData data);
Exemplo n.º 3
0
 internal static extern CurlShareCode ShareSetOpt(this ShareHandle handle, CurlShareOption option, UnlockFunctionCallback data);
Exemplo n.º 4
0
 internal static extern CurlCode EasySetOpt(this CurlHandle handle, CurlOption option, ShareHandle value);