How does a DCOM component know where to instantiate itself?
Answer / chandrasekharreddy siddamreddy
while accessing the DCOM component you have to provide
COSERVERINFO structure. This structure is having the
information about where the component is.
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain Futures of COM?
Which tool is used to configure the port range and protocols for DCOM communications?
Define and explain COM?
Once I have developed the com wrapper do I have to still register the com in registry?
How to create an instance of the object in COM?
What should QueryInterface functions do if requested object was not found?
can a COM interface be implemented by more than one COM class in the same COM component?
2 Answers Cap Gemini, Honeywell,
Differentiate normal DLL to COM DLL
What is the use of com component in .net?
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?
What is the difference between aggregated and contained objects?
Can you explain what is dcom?