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 |
Can I use com components from .net programs?
Once I have developed the com wrapper do I have to still register the com in registry?
Explain transaction atomicity?
What is In-proc?
Is dcom dead?
Explain queued components.
What is the difference, if any, between OLE and COM?
how do you know it is general dll or com dll
When you call CoInitialize(NULL) function how it works internally.
What kind of components can be used as DCOM servers?
what is oops
Differentiate normal DLL to COM DLL