-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ListPtr.Constructor
Andrew Lambert edited this page Nov 26, 2022
·
10 revisions
Sub Constructor(ListPtr As Ptr = Nil)
'Sub Constructor(ListPtr As Ptr = Nil, GlobalInitFlags As Integer = libcURL.CURL_GLOBAL_DEFAULT)
Name | Type | Comment |
---|---|---|
ListPtr | Ptr |
Optional. If specified, the first element in an existing list. |
Integer | Deprecated. A CURL_GLOBAL* constant with which to initialize libcURL. |
If ListPtr
is not specified or is Nil
, creates a new list. Otherwise the pointer address will be copied.
If libcURL is not available at runtime, a PlatformNotSupportedException
will be raised
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.