C++
virtual void OnURLDownloadSuccess( CString& strURL );
Description
This function is called when checking for errors after downloading files. Override this function to change your application's state on a successful download. The default implementation does nothing.
Parameters
Parameters | Description |
---|---|
strURL | URL being downloaded |