Tagged Questions
1
vote
2answers
165 views
What happens if I violate the requirements imposed on ProgIDs?
This MSDN article states that any ProgID must meet several formal requirements, length restriction included. However nothing is said about what happens if those are violated.
I found several places ...
0
votes
1answer
259 views
Can multiple ProgIDs point to the same ClsID?
I am working on a set of what are essentially plugins, which are COM servers. Each plugin has a set of configuration data which is managed by another component, the primary key to the configuration ...