CBindStatusCallback::OnStopBinding

HRESULT OnStopBinding( HRESULT hresult, LPCWSTR szError );

See IBindStatusCallback::OnStopBinding in the ActiveX SDK.

Remarks

Releases the IBinding pointer in the data member m_spBinding. Called by the system-supplied asynchronous moniker to indicate the end of the bind operation.

CBindStatusCallback OverviewClass Members

See Also   CBindStatusCallback::OnStartBinding