URLDownloadToFileA(3w)
NAME
URLDownloadToFileA (URLMON.@)
SYNOPSIS
HRESULT URLDownloadToFileA ( LPUNKNOWN pCaller, LPCSTR szURL, LPCSTR szFileName, DWORD dwReserved, LPBINDSTATUSCALLBACK lpfnCB )
DESCRIPTION
Downloads Url szURL to rile szFileName and call lpfnCB callback to
report progress.
PARAMS
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.
RETURNS
S_OK on success
IMPLEMENTATION
Defined in "urlmon.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/urlmon/download.c".
- Debug channel "urlmon".