What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Who can help me to implement invoke function?

Who can help me to implement invoke function?
Author: Message:
carlz
New Member
*


Posts: 13
Joined: Dec 2004
O.P. Who can help me to implement invoke function?
Hi All,

I have such code (MSN plug in) like this:

STDMETHODIMP CMessengerUANotify::Invoke(   
                                      DISPID dispidMember,
                                      const IID& iid,
                                      LCID,          // Localization is not supported.
                                      WORD wFlags,
                                      DISPPARAMS* pDispParams,
                                      VARIANT* pvarResult,
                                      EXCEPINFO* pExcepInfo,
                                      UINT* pArgErr)
{

    _ASSERTE(iid == IID_NULL);
    switch (dispidMember)
    {
        case DISPID_MUAE_ONIMWINDOWADD
            Status("DISPID_MUAE_ONSIGNIN");
            break;
       
        case DISPID_MUAE_ONIMWINDOWREMOVE:
            Status("DISPID_MUAE_ONSIGNOUT");
            break;

How to get added/removed contact's name? I searched in msdn library, but cannot find solution.
01-05-2005 01:43 AM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Who can help me to implement invoke function?
Look under the DISPPARAMS structure
[Image: spartaafk.png]
01-06-2005 05:34 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On