-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ShareHandle.SetOption
Andrew Lambert edited this page Nov 26, 2022
·
7 revisions
libcURL.ShareHandle.SetOption
Function SetOption(OptionNumber As Integer, NewValue As Variant) As Boolean
Name | Type | Comment |
---|---|---|
OptionNumber | Integer | The cURL share option number to be updated |
NewValue | Variant | The new value for the cURL share option number |
Returns True
if the operation succeeded. Check ShareHandle.LastError for the error number if this method returns False
.
Calls curl_share_setopt.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.