curl_share_cleanup
| Definition: |
include builtins\libcurl.e
CURLSHcode res = curl_share_cleanup(atom share_handle) |
| Description: |
Clean up a shared object.
This function deletes a shared object. The share handle cannot be used anymore when this function has been called. Return value: CURLSHE_OK (zero) means that the option was set properly, non-zero means an error occurred (see CURLSHcode). If an error occurs, then the share object will not be deleted. |
| pwa/p2js: | Not supported. |
| See Also: | curl_share_init, curl_share_setopt |