H
hostran
Hi
( CComQIPtr <Outlook::_Application> m_spApp(Application);
ATLASSERT(m_spApp)
(m_spApp=0x00b64028)
I can detect the NewInspector event,then I do:
CComPtr<Outlook::_Inspector> exInspector;
m_spApp->ActiveInspector(&exInspector);
ATLASSERT(exInspector);
but I find that exInspector = 0 !
msdn library say:
The NewInspector event occurs after the new Inspector object is created but
before the inspector window appears.
is it the result that the exInspector = 0 ?
Thanks in advance !
Lit
( CComQIPtr <Outlook::_Application> m_spApp(Application);
ATLASSERT(m_spApp)
(m_spApp=0x00b64028)
I can detect the NewInspector event,then I do:
CComPtr<Outlook::_Inspector> exInspector;
m_spApp->ActiveInspector(&exInspector);
ATLASSERT(exInspector);
but I find that exInspector = 0 !
msdn library say:
The NewInspector event occurs after the new Inspector object is created but
before the inspector window appears.
is it the result that the exInspector = 0 ?
Thanks in advance !
Lit