curl_share_cleanup.3
上传用户:coffee44
上传日期:2018-10-23
资源大小:12304k
文件大小:1k
源码类别:

TAPI编程

开发平台:

Visual C++

  1. ." $Id: curl_share_cleanup.3,v 1.3 2004/09/16 14:26:04 bagder Exp $
  2. ."
  3. .TH curl_share_cleanup 3 "8 Aug 2003" "libcurl 7.10.7" "libcurl Manual"
  4. .SH NAME
  5. curl_share_cleanup - Clean up a shared object
  6. .SH SYNOPSIS
  7. .B #include <curl/curl.h>
  8. .sp
  9. .BI "CURLSHcode curl_share_cleanup(CURLSH *" share_handle ");"
  10. .ad
  11. .SH DESCRIPTION
  12. This function deletes a shared object. The share handle cannot be used anymore
  13. when this function has been called.
  14. .SH RETURN VALUE
  15. CURLSHE_OK (zero) means that the option was set properly, non-zero means an
  16. error occurred as fI<curl/curl.h>fP defines. See the fIlibcurl-errors.3fP
  17. man page for the full list with descriptions. If an error occurs, then the
  18. share object will not be deleted.
  19. .SH "SEE ALSO"
  20. .BR curl_share_init "(3), " curl_share_setopt "(3)"