IBinding::Abort
A version of this page is also available for
4/8/2010
This method ends the bind operation.
Syntax
HRESULT Abort(VOID);
Parameters
None.
Return Value
This method returns one of the values that are shown in the following table:
Value | Description |
---|---|
S_OK |
Success |
E_FAIL |
The bind operation could not be aborted |
S_FALSE |
The bind operation was already aborted |
Remarks
This method cannot be called from inside an implementation of the IBindStatusCallback::OnStartBinding method.
After aborting the bind operation, the client must still release any pointers obtained during the binding. No IBindStatusCallback notifications will be called except IBindStatusCallback::OnStopBinding.
Releasing the last IBinding interface does not terminate the bind operation.
Requirements
Header | urlmon.h, urlmon.idl |
Library | urlmon.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |