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 |
where can i use pmcmd commands of informatica
When you call CoInitialize(NULL) function how it works internally.
How does a DCOM component know where to instantiate itself?
Which namespace do the classes, allowing you to support COM functionality, are located?
How to Use structs in COM interfaces when Automation compatibility is not an issue?
Can you explain what is dcom?
can a COM interface be implemented by more than one COM class in the same COM component?
2 Answers Cap Gemini, Honeywell,
how you call a dll as a COM dll.
What should QueryInterface functions do if requested object was not found?
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 kind of components can be used as DCOM servers?
Can I use com components from .net programs?