curlmultiremovehandle(3) libcurl Manual curlmultiremovehandle(3)
NAME
curlmultiremovehandle - remove an easy handle from a multi session
SYNOPSIS
#include
CURLMcode curlmultiremovehandle(CURLM *multihandle, CURL *easyhan-
dle);
DESCRIPTION
Removes a given easyhandle from the multihandle. This will make the
specified easy handle be removed from this multi handle's control.
When the easy handle has been removed from a multi stack, it is again
perfectly legal to invoke curleasyperform() on this easy handle.
Removing a handle while being used, will effectively halt all transfers
in progress.
RETURN VALUE
CURLMcode type, general libcurl multi interface error code.
SEE ALSO
curlmulticleanup(3),curlmultiinit(3)
libcurl 7.9.5 6 March 2002 curlmultiremovehandle(3)
|