-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.cURLHandle.Destructor
Andrew Lambert edited this page Jun 12, 2015
·
6 revisions
libcURL.cURLHandle.Destructor
##Method Signatures
Private Sub Destructor()
##Notes
Each unique GlobalInitFlags
passed to the Constructor is reference counted. The Destructor
decrements the reference count and, if the reference count reaches zero, calls curl_global_cleanup
.
##See also
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.