COM DCOM Question:

What should QueryInterface functions do if requested object was not found?

Tweet Share WhatsApp

Answer:

eturns a pointer to the current interface if successful or
E_NOINTERFACE otherwise.

Download COM DCOM PDF Read All 25 COM DCOM Questions
Previous QuestionNext Question
What is IUnknown? What methods are provided by IUnknown?What happens when client calls CoCreateInstance?