IBinding::Abort method

Ends the bind operation.

Syntax

HRESULT Abort();

Parameters

This method has no parameters.

Return value

Returns one of the following values.

Return code Description
S_OK

Success.

E_FAIL

The bind operation cannot be aborted.

S_FALSE

The bind operation was already aborted.

 

Remarks

This method cannot be called from an implementation of the OnStartBinding method.

After it aborts the bind operation, the client must release any pointers that were obtained during the binding. No IBindStatusCallback notifications are called, except OnStopBinding.

The bind operation does not terminate by releasing the last IBinding interface.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Product

Internet Explorer 4.0

DLL

Urlmon.dll

See also

IBinding