Suspends the bind operation.
HRESULT Suspend(void);
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.
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in urlmon.h.
IBinding::Abort, IBinding::Resume