Click to return to the Networking, Protocols     
IBinding Interface     IBinding::GetBindResult M...     IBinding Interface    
Web Workshop  |  Networking, Protocols & Data Formats

IBinding::Abort Method


Permanently ends the bind operation.

Syntax

HRESULT Abort(void);

Return Value

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.

Remarks

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.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.