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 |
Once I have developed the com wrapper do I have to still register the com in registry?
What is In-proc?
How to Use structs in COM interfaces when Automation compatibility is not an issue?
How to create an instance of the object in COM?
how to call a dll as a COM dll?
What are the purposes of AddRef, Release and QueryInterface functions
Explain transaction atomicity?
When you call CoInitialize(NULL) function how it works internally.
What is the difference between aggregated and contained objects?
Define and explain COM?
What kind of components can be used as DCOM servers?
What is dcom?