COM DCOM Question:
Download Job Interview Questions and Answers PDF
What should QueryInterface functions do if requested object was not found?
Answer:
eturns a pointer to the current interface if successful or
E_NOINTERFACE otherwise.
E_NOINTERFACE otherwise.
Download COM DCOM Interview Questions And Answers
PDF
Previous Question | Next Question |
What is IUnknown? What methods are provided by IUnknown? | What happens when client calls CoCreateInstance? |