Permanently ends the bind operation.
HRESULT Abort(void);
Return Values
Remarks
When a bind operation is aborted, it calls IBindStatusCallback::OnStopBinding with a corresponding error code or failure of the IMoniker::BindToObject or the IMoniker::BindToStorage call in case this call did not previously return.
After aborting the bind operation, the client must still release any pointers obtained during the binding. No other IBindStatusCallback notifications will be called except IBindStatusCallback::OnStopBinding.
Note Releasing the last IBinding interface does not terminate the bind operation.
See Also
IBindStatusCallback::OnStopBinding