HRESULT GetAdvise( DWORD* pAspects, DWORD* pAdvf, IAdviseSink** ppAdvSink );
See IViewObject::GetAdvise in the Win32 SDK.
Remarks
Retrieves an existing advisory sink connection on the control, if there is one. The advisory sink is stored in the control class data member m_spAdviseSink.
IViewObjectExImpl Overview | Class Members
See Also IViewObjectExImpl::SetAdvise