Skip to content

libcURL.ListPtr.Constructor

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

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.
GlobalInitFlags 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

Clone this wiki locally