An asynchronous moniker calls this method to indicate the end of the bind operation.
HRESULT OnStopBinding(
HRESULT hrStatus, //Bind operation status code
LPCWSTR szStatusText //Status text
);
This method is always called, whether the bind operation succeeded, failed, or was aborted by a client. At this point the moniker client can use IBinding::GetBindResult to query for protocol-specific information about the outcome of the bind operation. Once this method has completed, the moniker client must call Release on the IBinding pointer it received in IBindStatusCallback::OnStartBinding.
A client can return E_UNIMPL or S_OK if it is not interested in receiving this notification.
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in urlmon.h.
IBinding, IBindStatusCallback::OnStartBinding