Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by the moniker at the end of the bind operation.
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
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 Windows SDK.
Requirements
Header: afxole.h
See Also
Reference
CAsyncMonikerFile::OnStartBinding