API documentation - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: API documentation (/showthread.php?tid=45316) API documentation by poedgirl on 05-26-2005 at 09:53 AM I took a look at the API documentation and was wondering, where's the rest of it? Where's all the constants? That documentation is missing alot, and I haven't found anywhere to get a more detailed explanation of the Messenger Plus API. At the moment I'm using the standard MessengerAPI, but that does not work with MSN7, which is what i need it to work with. RE: API documentation by Dempsey on 05-26-2005 at 10:10 AM
do you mean the Plus! API or Messenger API? RE: API documentation by RaceProUK on 05-26-2005 at 01:26 PM So long as you use the IMessenger3 interface passed into Initialize(), you shouldn't have any problems. They only appear when you use CoCreateInstance(), as that can attempt to run Windows Messenger. RE: API documentation by (CyBeRDuDe) on 05-26-2005 at 03:30 PM
Well... First of all: Welcome to the forums.. ... RE: API documentation by RaceProUK on 05-26-2005 at 05:30 PM
quote:Specifically the 'Messenger API Type Library'. Also, be warned: they changed one of the functions in MSNM7 (SendFile() I think), so while code calling that will compile, it won't run properly. If you want a header file capable of calling either of the two SendFile()s, I'll be glad to provide one |