-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.Progress
Andrew Lambert edited this page Jan 14, 2023
·
16 revisions
libcURL.EasyHandle.Progress
Event Function Progress(dlTotal As Int64, dlNow As Int64, ulTotal As Int64, ulNow As Int64) As Boolean
Name | Type | Comment |
---|---|---|
dltotal |
Int64 |
total number of bytes libcurl expects to download in this transfer |
dlnow |
Int64 |
number of bytes downloaded so far |
ultotal |
Int64 |
total number of bytes libcurl expects to upload in this transfer. |
ulnow |
Int64 |
number of bytes uploaded so far |
Return True
to abort the transfer.
This event is raised in response to libcURL invoking EasyHandle.ProgressCallback.
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.