CBindStatusCallback::m_spBinding
A pointer to the IBinding interface of the current bind operation.
CComPtr<IBinding> m_spBinding;
Remarks
Initialized in OnStartBinding and released in OnStopBinding.
Requirements
Header: atlctl.h
See Also
Reference
CBindStatusCallback::OnStartBinding