COM DCOM Question:
Download Questions PDF

How do you know it is general dll or com dll?

Answer:

Open the dll in dependency walker application
(depends.exe). If the dll is having following functions
DLLRegisterServer
DLLUnRegisterServer
DLLCanUnloadNow
DLLGetClassObject

It is a COM DLL otherwise it is not.

Download COM DCOM Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Futures of COM?Can a COM interface be implemented by more than one COM class in the same COM component?