libcURL.ListPtr.Constructor - charonn0/RB-libcURL GitHub Wiki
libcURL.ListPtr.Constructor
Method Signature
Sub Constructor(ListPtr As Ptr = Nil)
'Sub Constructor(ListPtr As Ptr = Nil, GlobalInitFlags As Integer = libcURL.CURL_GLOBAL_DEFAULT)
Parameters
| 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. |
Remarks
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