ISmpFrame::MainToolbarHandle

Salesmate +

No parameters

Property description

used to get main toolbar handle

Example code

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

(C) 1999-2001 My Company All rights reserved