IBinding::Abort (Windows CE 5.0)
This method ends the bind operation.
HRESULT Abort(VOID);
Parameters
None.
Return Values
This method returns one of the values 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 within 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
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.
Send Feedback on this topic to the authors