IBinding::Resume

Resumes a suspended bind operation.

HRESULT Resume(void);
 

Return Values

S_OK
The resume operation was successful.
S_FALSE
The bind operation was not previously suspended.
E_FAIL
The suspended bind operation could not be resumed.

Remarks

Resumes a suspended bind operation. The bind operation must have been previously suspended by a call to IBinding::Suspend.

QuickInfo

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

See Also

IBinding::Suspend