Skip to content

libcURL.EasyHandle.ProgressCallback

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

#libcURL.EasyHandle.ProgressCallback

##Callback Method Signature

 Private Shared Function ProgressCallback(UserData As Integer, dlTotal As UInt64, dlnow As UInt64, ultotal As UInt64, ulnow As UInt64) As Integer

##Notes This method uses the StdCall calling convention.

Called by libcURL. UserData is a key into EasyHandle.Instances, which contains weak references to instances of EasyHandle. This callback locates the specific instance in EasyHandle.Instances and calls EasyHandle._curlProgress

##See also

Clone this wiki locally