URLDownloadToFileW (URLMON.@)
HRESULT URLDownloadToFileW ( LPUNKNOWN pCaller, LPCWSTR szURL, LPCWSTR szFileName, DWORD dwReserved, LPBINDSTATUSCALLBACK lpfnCB )
Downloads Url szURL to file szFileName and call lpfnCB callback to report progress.
pCaller | [In] | controlling IUnknown interface. |
szURL | [In] | Url of the file to download. |
szFileName | [In] | file name to store the content of the URL. |
dwReserved | [In] | reserved - set to 0. |
lpfnCB | [In] | callback for progress report. |
S_OK on success
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/urlmon/download.c". gitlab.winehq.org/wine/wine/blob/master/dlls/urlmon/download.c
Debug channel "urlmon".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.