Contents Index Topic Contents | ||
Previous Topic: IBindHost::MonikerBindToStorage Next Topic: IBinding::GetBindResult |
IBinding::Abort
HRESULT Abort(void);Permanently ends the bind operation.
- 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. 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.
See also IBindStatusCallback::OnStopBinding
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.