What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » changing dp from a plus! plugin

changing dp from a plus! plugin
Author: Message:
rawny
New Member
*


Posts: 7
– / Male / Flag
Joined: May 2006
O.P. RE: changing dp from a plus! plugin
// *********************************************************************//
// Interface: IMessenger3
// Flags:     (4416) Dual OleAutomation Dispatchable
// GUID:      {D50C3386-0F89-48F8-B204-3604629DEE10}
// *********************************************************************//
  IMessenger3 = interface(IMessenger2)
    ['{D50C3386-0F89-48F8-B204-3604629DEE10}']
    function Get_Property_(ePropType: MMESSENGERPROPERTY): OleVariant; safecall;
    procedure Set_Property_(ePropType: MMESSENGERPROPERTY; pvPropVal: OleVariant); safecall;
    property Property_[ePropType: MMESSENGERPROPERTY]: OleVariant read Get_Property_ write Set_Property_;
  end;

So I'm guessing something like;

"MessengerAPI_TLB.IMessenger3._property[2]..."

Edit: That didn't work as you might expect...hmm....

This post was edited on 05-30-2006 at 06:24 PM by rawny.
Rawny [Image: new.png]
05-30-2006 05:41 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
changing dp from a plus! plugin - by rawny on 05-28-2006 at 10:26 PM
RE: changing dp from a plus! plugin - by absorbation on 05-29-2006 at 12:18 PM
RE: changing dp from a plus! plugin - by RaceProUK on 05-29-2006 at 01:38 PM
RE: changing dp from a plus! plugin - by rawny on 05-30-2006 at 04:52 PM
RE: changing dp from a plus! plugin - by TheGeek on 05-30-2006 at 05:32 PM
RE: changing dp from a plus! plugin - by rawny on 05-30-2006 at 05:41 PM
RE: changing dp from a plus! plugin - by RaceProUK on 05-30-2006 at 07:12 PM
RE: changing dp from a plus! plugin - by rawny on 05-30-2006 at 07:58 PM
RE: changing dp from a plus! plugin - by rawny on 05-30-2006 at 09:01 PM
RE: changing dp from a plus! plugin - by RaceProUK on 05-31-2006 at 12:12 AM
RE: changing dp from a plus! plugin - by J-Thread on 05-31-2006 at 08:03 AM


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