What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Ignore ReceiveNotify()

Ignore ReceiveNotify()
Author: Message:
Predatory Kangaroo
Full Member
***


Posts: 144
– / Male / –
Joined: Jul 2003
RE: Ignore ReceiveNotify()
Example in C++:
MPPLUGIN_RETURN_BOOL ReceiveNotify(/*[in]*/  const char* sNotifyCode,
                                   /*[in]*/  const char* sText,
                                   /*[in]*/  PLUGIN_PARAM* pParam,
                                   /*[out]*/ char* sTextToSend)
{
    return FALSE;
}

Example in VB:
Public Function ReceiveNotify(ByVal sNotifyCode As String, ByVal sText As String, ByVal sContactName As String, ByVal oConversationWnd As Object, ByRef sTextToSend As String) As Boolean
    ReceiveNotify = False
End Function
[Image: imagetest.php?display=You%20dont%20know%...djust=true]
08-20-2003 12:56 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Ignore ReceiveNotify() - by wipey on 08-20-2003 at 01:24 AM
RE: Ignore ReceiveNotify() - by Predatory Kangaroo on 08-20-2003 at 04:16 AM
RE: Ignore ReceiveNotify() - by wipey on 08-20-2003 at 11:25 AM
RE: Ignore ReceiveNotify() - by Whacko on 08-20-2003 at 12:26 PM
RE: Ignore ReceiveNotify() - by wipey on 08-20-2003 at 12:50 PM
RE: Ignore ReceiveNotify() - by Predatory Kangaroo on 08-20-2003 at 12:56 PM
RE: Ignore ReceiveNotify() - by wipey on 08-20-2003 at 03:28 PM
RE: Ignore ReceiveNotify() - by Predatory Kangaroo on 08-21-2003 at 05:17 AM
RE: Ignore ReceiveNotify() - by wipey on 08-21-2003 at 10:53 AM
RE: Ignore ReceiveNotify() - by wipey on 08-21-2003 at 06:53 PM
RE: Ignore ReceiveNotify() - by zigomar10 on 08-22-2003 at 07:04 AM
RE: Ignore ReceiveNotify() - by wipey on 08-22-2003 at 01:15 PM
RE: Ignore ReceiveNotify() - by wipey on 08-22-2003 at 10:35 PM
RE: Ignore ReceiveNotify() - by zigomar10 on 08-23-2003 at 06:25 AM
RE: Ignore ReceiveNotify() - by zigomar10 on 08-23-2003 at 06:27 AM
RE: Ignore ReceiveNotify() - by wipey on 08-23-2003 at 03:05 PM


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