Answers

Question and Answer:

  Home  C++ COM ActiveX

⟩ Explain IUnknown interface?

IUnknown interface provides clients like DirectX control of to get pointers to other interfaces. All COM interfaces are inherited from IUnknown interface. It is used In multiple inheritance where the various interfaces can share one implementation of IUnknown.

 164 views

More Questions for you: