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 |
Which tool is used to configure the port range and protocols for DCOM communications?
What is IUnknown? What methods are provided by IUnknown?
Which namespace do the classes, allowing you to support COM functionality, are located?
What are queued components?
Explain object pooling?
What is a moniker ?
How can would you create an instance of the object in COM
What happens when client calls CoCreateInstance?
can a COM interface be implemented by more than one COM class in the same COM component?
2 Answers Cap Gemini, Honeywell,
What should QueryInterface functions do if requested object was not found?
Does .net replace com?
When you call CoInitialize(NULL) function how it works internally.