Hi,
How to get all the interfaces supported by a COM Class. The only input being CLSID. Need to get the interfaces from the registry. Without using TypeLibrary.
thanks & regards
Deepak
Printable View
Hi,
How to get all the interfaces supported by a COM Class. The only input being CLSID. Need to get the interfaces from the registry. Without using TypeLibrary.
thanks & regards
Deepak
Hello,
The CLSID will not give you the information you need to get the associated interfaces. The interface names are under the proxy stub id and there is no reference to them in the CLSID id. Maybe there is another solution to your problem. Would love to help if you could provide me with a little more detail.
email me at [email protected]. I 'm not having much success with the Discussionb board registration. :(
later,
Jesus