Tagged Questions
The clsidfromprogid tag has no wiki summary.
1
vote
4answers
2k views
CLSIDFromProgID is successful but CreateInstace fails! Why?
I am trying to create an instance of a COM object. I have the class name that implements the interface and I get a CLSID by using CLSIDFromProgID(). So since I am getting a CLSID I thought everything ...
0
votes
2answers
35 views
Does anyone know any good tool to convert CLSID and ProgID?
I'm trying to find out if there is any handy tool that can convert between CLSID and ProgID ( mostly from CLSID to ProgID).
also, im not sure which area i should categorize my post into, if i post ...
0
votes
1answer
282 views
How to find what objects a given CLSID supports
Question:
Based on a CLSID, how can I find out what objects (or interfaces) it supports for IClassFactory::CreateInstance
Note:
Currently using CLSIDFromProgID to obtain CLSID