BUG: IBinding::Abort Fails in BindStatusCallback::OnStartBindingID: Q176343
|
When attempting to stop a URL moniker-based download during the IBindStatusCallback::OnStartBinding callback method by using the Abort method of the download's IBinding object, the download continues.
To abort a download immediately after OnStartBinding is called, return E_FAIL from OnStartBinding.
Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.
The first reference to the IBinding interface is received in the IBindStatusCallback::OnStartBinding method as the second parameter. It is not possible to take this IBinding interface and then immediately Abort the download by calling its Abort() method.
Additional query words:
Keywords : kbDownload kbIE300 kbIE400 kbIE401 kbURLMon kbIE500bug
Version :
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 9, 1999