NAME

URLDownloadToFileW  (URLMON.@)

SYNOPSIS

 HRESULT URLDownloadToFileW
 (
  LPUNKNOWN            pCaller,
  LPCWSTR              szURL,
  LPCWSTR              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 E_OUTOFMEMORY when going out of memory

IMPLEMENTATION

Defined in "urlmon.h".

Implemented in "dlls/urlmon/umon.c". source.winehq.org/source/dlls/urlmon/umon.c

Debug channel "urlmon".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.