DownloaderSessionPathname event |
|
Remarks
Occurs at the beginning of a downloading session, generated by a previous to the Downloader.SessionStartToFile method, in order to notify the container application about the exact pathname where the downloaded file is being stored locally.
For details about management of download sessions from HTTP and FTP servers, refer to the How to manage download sessions tutorial.
Syntax
[Visual Basic] DownloaderSessionPathname ( ByVal nDllSessionUniqueId as Long, ByVal strPathname as String ) |
[C++] void DownloaderSessionPathname ( long nDllSessionUniqueId, BSTR strPathname ); |
Parameter |
Description |
|
|
nDllSessionUniqueId |
Unique identifier of the downloading session generated by a previous call to the Downloader.SessionStartToFile method. |
strPathname |
The local pathname where the downloaded file is stored |