Skip to content

libcURL.ShareHandle.SetOptionPtr

Andrew Lambert edited this page Nov 26, 2022 · 3 revisions

libcURL.ShareHandle.SetOptionPtr

Method Signature

 Function SetOptionPtr(OptionNumber As Integer, NewValue As Ptr) As Boolean

Parameters

Name Type Comment
OptionNumber Integer A cURL option number
NewValue Ptr (see remarks) The new value for the option

Return value

Returns True if the operation succeeded. Check ShareHandle.LastError for the error number if this method returns False.

Remarks

Calls curl_share_setopt.

See also

Clone this wiki locally