What is a moniker ?
Answers were Sorted based on User's Feedback
Answer / venkat
An object that implements the IMoniker interface. A moniker
acts as a name that uniquely identifies a COM object. In
the same way that a path identifies a file in the file
system, a moniker identifies a COM object in the directory
namespace.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / gomathy
An object implements imoniker interface.it finds a COM object from the directory namespace
| Is This Answer Correct ? | 0 Yes | 0 No |
what is far pointer and what are the use of far poiter in com/dcom ?????
where can i use pmcmd commands of informatica
What are the different compatibility types when we create a COM component?
What is the difference, if any, between OLE and COM?
Write a JCL to copy only selected members from a partitioned data set to another partitioned data set. (Use: IEBCOPY)
How does a DCOM component know where to instantiate itself?
How can would you create an instance of the object in COM
How to create an instance of the object in COM?
can a COM interface be implemented by more than one COM class in the same COM component?
2 Answers Cap Gemini, Honeywell,
When you call CoInitialize(NULL) function how it works internally.
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?
Can I use com components from .net programs?