-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.cURLProgressCallback
Andrew Lambert edited this page Jan 14, 2023
·
10 revisions
libcURL.EasyHandle.cURLProgressCallback
Private Delegate Function cURLProgressCallback(UserData As Integer, dlTotal As Int64, dlNow As Int64, ulTotal As Int64, ulNow As Int64) As Integer
Used in EasyHandle.SetOption to set callback functions.
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.