IBinding::AbortIBinding::Abort*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IBindHost::MonikerBindToStorage
*Next Topic: IBinding::GetBindResult

IBinding::Abort

HRESULT Abort(void);

Permanently ends the bind operation.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.