Link to home
Start Free TrialLog in
Avatar of yzmao
yzmaoFlag for United States of America

asked on

How to find IID values of a COM?

I need to use a COM DLL (an in-process COM server) in an application. Its type library is built into the DLL file. No *_i.c file available. In order to use CoCreateInstance function, I need to know IIDs of the interfaces.

Now how to get the IID vlaues?
ASKER CERTIFIED SOLUTION
Avatar of iDeb
iDeb

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of iDeb
iDeb

To see the IIDs you can use the OLE/COM ObjectViewer utility in VisualStudio