BUG: IBinding::Abort Fails in BindStatusCallback::OnStartBindingLast reviewed: November 6, 1997Article ID: Q176343 |
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. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe 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.
Keywords : AXSDKCompDownload AXSDKUrlMon Technology : kbInetDev Version : WINDOWS:1.0,3.0,3.01,3.02,4.0 Platform : WINDOWS Issue type : kbbug |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |