IBinding::Suspend

Suspends the bind operation.

HRESULT Suspend(void);
 

Return Values

S_OK
The suspend operation was successful.
S_FALSE
The bind operation was already suspended.
E_FAIL
The bind operation could not be suspended.

Remarks

The bind operation will be suspended until resumed by a subsequent call to IBinding::Resume or canceled by a subsequent call to IBinding::Abort.

After calling IBinding::Suspend, the client may still receive some notifications about the bind.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in urlmon.h.

See Also

IBinding::Abort, IBinding::Resume