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 Overview | Class Members
See Also CBindStatusCallback::OnStartBinding