CBindStatusCallback::m_spBinding

CComPtr<IBinding> m_spBinding;

Remarks

A pointer to the IBinding interface of the current bind operation. Initialized in OnStartBinding and released in OnStopBinding.

See the ActiveX SDK for a description of IBinding.

CBindStatusCallback OverviewClass Members

See Also   CBindStatusCallback::OnStartBinding, CBindStatusCallback::OnStopBinding, CComPtr