ISmpApp::SetAddInInfo

Salesmate +

Used to set addin information

Example code

CComPtr<ISmpApp>m_ISmpApp;                                           
HRESULT hr = m_ISmpApp.CoCreateInstance(CLSID_SmpApp);     
HRESULT HR=m_ISmpApp->SetAddInInfo(GetApp()->m_lSessionID,(long)lAppHandle,strSecurityXML.AllocSysString(),0,0);

(C) 1999-2001 My Company All rights reserved