Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This method ends the bind operation.
Syntax
HRESULT Abort(VOID);
Parameters
None.
Return Value
This method returns one of the values that are shown in the following table:
| Value | Description |
|---|---|
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 inside 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.
Requirements
| Header | urlmon.h, urlmon.idl |
| Library | urlmon.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |