Skip to content

libcURL.EasyHandle.Progress

Andrew Lambert edited this page Jun 7, 2015 · 16 revisions

#libcURL.EasyHandle.Progress

##Event Signature

 Event Function Progress(dlTotal As UInt64, dlnow As UInt64, ultotal As UInt64, ulnow As UInt64) As Integer

##Parameters

Name Type Comment
dltotal UItn64 total number of bytes libcurl expects to download in this transfer
dlnow UInt64 number of bytes downloaded so far
ultotal UInt64 total number of bytes libcurl expects to upload in this transfer.
ulnow UInt64 number of bytes uploaded so far

##Return Value Return 0 to continue the transfer, or non-zero to abort.

##Notes This event is raised in response to libcURL invoking EasyHandle.ProgressCallback.

##See also

Clone this wiki locally