BUG: IBinding::Abort Fails in BindStatusCallback::OnStartBinding

ID: Q176343


The information in this article applies to:
  • Microsoft Internet Explorer (Programming) versions 3.0, 3.01, 3.02, 4.0, 4.01, 5.0


SYMPTOMS

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.


RESOLUTION

To abort a download immediately after OnStartBinding is called, return E_FAIL from OnStartBinding.


STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.


MORE INFORMATION

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.

© Microsoft Corporation 1999, All Rights Reserved.
Contributions by Jason Strayer, Microsoft Corporation

Additional query words:

Keywords : kbDownload kbIE300 kbIE400 kbIE401 kbURLMon kbIE500bug
Version :
Platform : WINDOWS
Issue type : kbbug


Last Reviewed: December 3, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.