I want to use a com object
the information that I have is just its CLSID, and StringID like "xxxxxx.xxxxxxxxx.1"
I would like to know if it is possible to use this object with just that info.
I believe this interface derives from IDispatch.
this interface is for managing the MSN Messenger contacts, and Microsoft does not want to give information about this interface, that is why I am asking :)
Thanks
the information that I have is just its CLSID, and StringID like "xxxxxx.xxxxxxxxx.1"
I would like to know if it is possible to use this object with just that info.
I believe this interface derives from IDispatch.
this interface is for managing the MSN Messenger contacts, and Microsoft does not want to give information about this interface, that is why I am asking :)
Thanks
Use the Microsoft Oleview utility at
http://www.microsoft.com/com/resources/oleview.asp
It's very usefull!
http://www.microsoft.com/com/resources/oleview.asp
It's very usefull!
This link may prove helpful:
http://www.codeproject.com/com/msn_messenger.asp
http://www.codeproject.com/com/msn_messenger.asp
Use the Microsoft Oleview utility at
http://www.microsoft.com/com/resources/oleview.asp
It's very usefull!
Japheth's ComView is IMO more useful as it will generate ASM includes for you to get you going...
:NaN: