COM DCOM Question:

Download Job Interview Questions and Answers PDF

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

COM DCOM Interview Question
COM DCOM Interview Question

Answer:

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

Download COM DCOM Interview Questions And Answers PDF

Previous QuestionNext Question
What is IUnknown? What methods are provided by IUnknown?What happens when client calls CoCreateInstance?