Re: Downloading to a read-only file and progress i - WeOnlyDo Discussion board

Re: Downloading to a read-only file and progress i (General questions)

by gn, Thursday, October 13, 2005, 22:01 (6774 days ago) @ wodSupport

I'm using your WithEvents MFC sample. And eventually GetFile calls COleDispatchDriver::InvokeHelperV, which has the following:

[code]SCODE sc = m_lpDispatch->Invoke(dwDispID, IID_NULL, 0, wFlags, &dispparams, pvarResult, &excepInfo, &nArgErr);[/code]

The sc is 0 (successfull), and excepInfo has nothing.


Complete thread: