COM DCOM Question:

What is a moniker?

Tweet Share WhatsApp

Answer:

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.

Download COM DCOM PDF Read All 25 COM DCOM Questions
Previous QuestionNext Question
What is the difference, if any, between OLE and COM?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?