CAsyncMonikerFile::OnStopBinding

virtual void OnStopBinding( HRESULT hresult, LPCTSTR szError );

Parameters

hresult

An HRESULT that is the error or warning value.

szErrort

A character string describing the error.

Remarks

Called by the moniker at the end of the bind operation. Override this function to perform actions when the transfer is stopped. By default, the function releases IBinding.

For a description of the IBinding interface, see the ActiveX SDK.

CAsyncMonikerFile OverviewClass MembersHierarchy Chart

See Also   CAsyncMonikerFile::OnStartBinding