Permanently ends the bind operation.
Syntax
HRESULT Abort(void);
Return Value
Returns one of the following values:
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.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0