What should QueryInterface functions do if requested object
was not found?
Answer / jitendra
Returns a pointer to the current interface if successful or
E_NOINTERFACE otherwise.
| Is This Answer Correct ? | 4 Yes | 1 No |
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?
how to call a dll as a COM dll?
What is the difference, if any, between OLE and COM?
Do COM keep track of all the object references(Accounting)?
How to create an instance of the object in COM?
Does .net replace com?
How do you make a NET component talk to a COM component?
Explain object pooling?
Differentiate normal DLL to COM DLL
What should QueryInterface functions do if requested object was not found?
How do we create dcom object in vb6?
Explain Futures of COM?