small bug?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Ted
Reply | Threaded
Open this post in threaded view
|

small bug?

Ted
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