curl_multi_assign

Name: curl_multi_assign()

Desc: This function sets an association in the multi handle between the given socket and a private pointer of the application. This is (only) useful for curl_multi_socket uses.

extern (C)
curl_multi_assign

Return Value

Type: CURLMcode

CURLM error code.

Meta