Поделиться через


CAsyncMonikerFile::OnStopBinding

Called by the moniker at the end of the bind operation.

virtual void OnStopBinding(
   HRESULT hresult,
      LPCTSTR szError 
);

Параметры

  • hresult
    An HRESULT that is the error or warning value.

  • szErrort
    A character string describing the error.

Заметки

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.

Требования

Header: afxole.h

См. также

Основные понятия

CAsyncMonikerFile Class

CAsyncMonikerFile Members

Hierarchy Chart

CAsyncMonikerFile::OnStartBinding