COM DCOM Question:
Download Job Interview Questions and Answers 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.
(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 Question | Next Question |
Explain Futures of COM? | Can a COM interface be implemented by more than one COM class in the same COM component? |