|
In URLMonLibrary:
urlDownloadToFile: pCaller szURL: szURL szFilename: szFilename dwReserved:
dwReserved pBSC: pBsc
"Downloads bits from the Internet and saves them to a file.
HRESULT URLDownloadToFile(
LPUNKNOWN pCaller,
LPCTSTR szURL,
LPCTSTR szFileName,
DWORD dwReserved,
LPBINDSTATUSCALLBACK lpfnCB
);"
Shouldn't the last parameter be:
lpfnCB: lpfnCB
|