-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.cURLProgressCallback
Andrew Lambert edited this page Jun 7, 2015
·
10 revisions
#libcURL.EasyHandle.cURLProgressCallback
##Method Signature
Private Delegate Function cURLProgressCallback(UserData As Integer, dlTotal As UInt64, dlnow As UInt64, ultotal As UInt64, ulnow As UInt64) As Integer##Notes Used in EasyHandle.SetOption to set callback functions.
##Implemented by
##See also EasyHandle.SetOption
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.