Skip to content

libcURL.EasyHandle.curlProgress

Andrew Lambert edited this page Nov 26, 2022 · 8 revisions

libcURL.EasyHandle.curlProgress

Method Signature

 Private Function curlProgress(dlTotal As Int64, dlNow As Int64, ulTotal As Int64, ulNow As Int64) As Integer

Remarks

Do not call this method.

This method is called only by EasyHandle.ProgressCallback. Raises the EasyHandle.Progress event.

Clone this wiki locally