COM DCOM Question:
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.
Previous Question | Next Question |
What is IUnknown? What methods are provided by IUnknown? | What happens when client calls CoCreateInstance? |