-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ShareHandle.SetOptionPtr
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
libcURL.ShareHandle.SetOptionPtr
Function SetOptionPtr(OptionNumber As Integer, NewValue As Ptr) As Boolean
Name | Type | Comment |
---|---|---|
OptionNumber | Integer | A cURL option number |
NewValue | Ptr (see remarks) | The new value for the option |
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.