The information in this article applies to:
SYMPTOMSWhen 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. RESOLUTIONTo abort a download immediately after OnStartBinding is called, return E_FAIL from OnStartBinding. STATUSMicrosoft 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. Additional query words:
Keywords : kbDownload kbIE300 kbIE400 kbIE401 kbURLMon kbIE500bug |
Last Reviewed: December 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |