URLDownloadToFileA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/urlmon/download.c".

Debug channel "urlmon".