-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.ProgressCallback
Andrew Lambert edited this page Aug 9, 2016
·
12 revisions
#libcURL.EasyHandle.ProgressCallback
##Callback Method Signature
Private Shared Function ProgressCallback(UserData As Integer, dlTotal As Int64, dlNow As Int64, ulTotal As Int64, ulNow As Int64) As Integer##Remarks
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
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.