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.

See Also

IBinding::Suspend