ISmpFrame::RightToolbarHandle

SalesMate+

No parameters

Property description

used to get right toolbar handle

Example code

CComPtr<ISmpFrame>m_ISmpFrame;                                    
HRESULT hr = m_ISmpFrame.CoCreateInstance(CLSID_SmpFrame);  
m_ISmpFrame->get_RightToolbarHandle(&var_val);

(C) 1999-2001 My Company All rights reserved