Define and explain about COM?
No Answer is Posted For this Question
Be the First to Post Answer
When you call CoInitialize(NULL) function how it works internally.
How can would you create an instance of the object in COM
Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?
Once I have developed the com wrapper do I have to still register the com in registry?
What is dcom?
What is reference counting in com?
Do COM keep track of all the object references(Accounting)?
How to Use structs in COM interfaces when Automation compatibility is not an issue?
What kind of components can be used as DCOM servers?
Can you explain what is dcom?
Let?s assume we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C? What?s the difference between aggregated and contained objects?
Suppose we have object b and aggregated object c (in- proc server), created by b. Can you access any interface of b from c? What?s the difference between aggregated and contained objects?