ISmpFrame::MenuHandle

Salesmate +

No parameters

Property description

used to get menu handle

Example code

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

(C) 1999-2001 My Company All rights reserved